X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-multiple-cross-staff.ly;h=861fbd0bca57bb87510361c30bb68d25d2d67507;hb=e378c1bba8d1db2689fe815c449ace57e234ab17;hp=ecbaa16c7f9016ac11b66f5a05d8ac41eacaa6c2;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index ecbaa16c7f..861fbd0bca 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -1,30 +1,32 @@ -\version "1.7.18" +\version "2.12.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 { + \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 ] + } + +>> - g'4\rest - b,8-[ b16 \stemDown b''16 b ] - } - - > -} -%% new-chords-done %% \ No newline at end of file