X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiple-cross-staff.ly;h=879e0037bed0953a861dad576546fd1cbff79d83;hb=def419dfd961fee6fd0bf49321ae130143b618af;hp=f4e325bf07bcc011b95636df5d2d30077d9b4d9a;hpb=2fe8400cb548432897a522351ee0f300a4f34501;p=lilypond.git diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index f4e325bf07..879e0037be 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -1,26 +1,32 @@ +\version "2.14.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 ] - [b8 b16 \stemDown b''16 b ] - } - - > - +\layout { + ragged-right= ##t } + +\context PianoStaff \relative c' << + \new Staff = SA { + \stemDown + c8[ c16 \change Staff = SB \stemUp c16 ] + \stemNeutral + f[ g \change Staff = SA a c] + } + \new Staff = SB \relative c' { + \clef bass + b8[ b16 \stemUp b,,16 ] + + g'4\rest + b,8[ b16 \stemDown b''16 b ] + } + +>> + +