X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiple-cross-staff.ly;h=0c382b2f762e20e76e8e3146bc5da9b6b37b8b74;hb=14261eabcc7e9e653ee166b86f0371219fa0c54c;hp=bf0c827652bcd186ea5eff64ca84dcbcbc599fb6;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index bf0c827652..0c382b2f76 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -1,29 +1,32 @@ -\version "1.7.18" +\version "2.16.0" \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 c' { + \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 ] - } - - > -}