lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Breathing mark and caesura


From: Aaron Hill
Subject: Re: Breathing mark and caesura
Date: Sun, 20 Sep 2020 14:19:31 -0700
User-agent: Roundcube Webmail/1.4.2

On 2020-09-20 1:58 pm, Paul McKay wrote:
Aha! That will probably also explain why its staff is that of the following note. When the voice I'm writing changes staff I'd like to tell the breathe mark to stay in the bass staff which is the staff of the preceding note but
haven't figured out how to make it happen.

Does this help?

%%%%
\version "2.20.0"

<<
  \new Staff = upper { \clef treble s1*2 }
  \new Staff = lower { \clef bass
    \voiceTwo g4 a b
    <<
      \context Staff = lower \breathe
      \change Staff = upper
    >>
    d'4 | f'8 d' c'
    \change Staff = lower
    a g2
  }

%%%%


-- Aaron Hill



reply via email to

[Prev in Thread] Current Thread [Next in Thread]