X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiple-cross-staff.ly;h=ba65677e90e33fac4675a206b3c278e86acd7743;hb=5f1ba5207c742fcf6dcbd9121bb749c7d58f098b;hp=1aa01eb0106e1d109bbc0db7a983ff98e34f0cff;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index 1aa01eb010..ba65677e90 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -1,4 +1,4 @@ -\version "2.11.51" +\version "2.19.21" \header { texidoc = "Kneed beams (often happens with cross-staff beams) @@ -14,18 +14,18 @@ to the last beam. \context PianoStaff \relative c' << \new Staff = SA { - \stemDown - c8[ c16 \change Staff = SB \stemUp c16 ] - \stemNeutral + \voiceTwo + c8[ c16 \change Staff = SB \voiceOne c16 ] + \oneVoice f[ g \change Staff = SA a c] } - \new Staff = SB \relative c' { + \new Staff = SB \relative { \clef bass - b8[ b16 \stemUp b,,16 ] + b8[ b16 \voiceOne b,,16 ] g'4\rest - b,8[ b16 \stemDown b''16 b ] - } + b,8[ b16 \voiceTwo b''16 b ] + } >>