lilypond-user
[Top][All Lists]
Advanced

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

Beaming across voices and staffs


From: Niels
Subject: Beaming across voices and staffs
Date: Fri, 17 Sep 2021 12:04:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

See the following example:

\version "2.20.0"
\score {
  \new PianoStaff
  <<
    \new Staff {\clef G c''8 r}
    \new Staff {\clef F r8 c}
  >>
}

Is it possible to have a beam between the c'' and the c when they are different voices and different staves? Of course the problem can be solved using changing staff, but then the rest in the upper staff is not shown:

\score {
  \new PianoStaff
  <<
    \new Staff = "up" {\clef G c''8[ \change Staff = "low" c8]}
    \new Staff = "low" {\clef F r8 s8}
  >>
}



reply via email to

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