X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiple-cross-staff.ly;h=ba65677e90e33fac4675a206b3c278e86acd7743;hb=2ffbc90e9f4dece349b414f34aeffc84043ed539;hp=0a1e5ddfcd0a824db5cfc34e8659163a0f7be57a;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index 0a1e5ddfcd..ba65677e90 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -1,4 +1,4 @@ -\version "2.7.39" +\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 ] + } >>