X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiple-cross-staff.ly;h=ba65677e90e33fac4675a206b3c278e86acd7743;hb=b78bb86787d1dd746d9dc16d1fe1ec6ba0d685eb;hp=a3e43bc24e53205e9a7f0d1c89ae7faba8ab92be;hpb=b38fd63a19190741c0c19faf6a904af82c3f434c;p=lilypond.git diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index a3e43bc24e..ba65677e90 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -1,4 +1,4 @@ -\version "2.14.0" +\version "2.19.21" \header { texidoc = "Kneed beams (often happens with cross-staff beams) @@ -14,17 +14,17 @@ 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 ] } >>