X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiple-cross-staff.ly;h=ba65677e90e33fac4675a206b3c278e86acd7743;hb=7c5fcff15f69f2e758d346bea43f226218c4da70;hp=4c085cfd78a13ede83dc7c7a297b28d020f43702;hpb=e1ef1410eeca1c9470c186da306e1f87b1b1a600;p=lilypond.git diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index 4c085cfd78..ba65677e90 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -1,30 +1,32 @@ -\version "1.7.6" +\version "2.19.21" \header { - texidoc = "Kneed beams (often happens with cross-staff beams) + texidoc = "Kneed beams (often happens with cross-staff beams) should look good when there are multiple beams: all the beams should -go on continuously at the staff change. Stems in both staffs reach up +go on continuously at the staff change. Stems in both staves reach up to the last beam. " } -\score { \notes - \context PianoStaff \relative c' < - \context Staff = SA { - \stemDown - [c8 c16 \translator Staff = SB \stemUp c16 ] - \stemBoth - [f g \translator Staff = SA a c] - } - \context Staff = SB \relative c' { -\clef bass - [b8 b16 \stemUp b,,16 ] +\layout { + ragged-right= ##t +} + +\context PianoStaff \relative c' << + \new Staff = SA { + \voiceTwo + c8[ c16 \change Staff = SB \voiceOne c16 ] + \oneVoice + f[ g \change Staff = SA a c] + } + \new Staff = SB \relative { + \clef bass + b8[ b16 \voiceOne b,,16 ] + + g'4\rest + b,8[ b16 \voiceTwo b''16 b ] + } + +>> - g'4\rest - [b,8 b16 \stemDown b''16 b ] - } - - > -} -%% new-chords-done %% \ No newline at end of file