X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiple-cross-staff.ly;h=ba65677e90e33fac4675a206b3c278e86acd7743;hb=68dbc841e3401f14b900f6750ebb49b406caf357;hp=11388ecf103f1f327e1b3806446cb72cb1ad9c5c;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index 11388ecf10..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.13" +\version "2.19.21" \header { texidoc = "Kneed beams (often happens with cross-staff beams) @@ -9,23 +9,23 @@ to the last beam. } \layout { - raggedright= ##t + ragged-right= ##t } \context PianoStaff \relative c' << - \context Staff = SA { - \stemDown - c8[ c16 \change Staff = SB \stemUp c16 ] - \stemNeutral + \new Staff = SA { + \voiceTwo + c8[ c16 \change Staff = SB \voiceOne c16 ] + \oneVoice f[ g \change Staff = SA a c] } - \context 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 ] + } >>