X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=24844a682e24a175d43c1289871490dd189f582d;hb=8daf5df7cb4ebb293518019c9d30550bad6fa493;hp=6e9bc03638f2438e3507e8396f1b09eeb0777b8b;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index 6e9bc03638..24844a682e 100644 --- a/input/regression/beam-cross-staff-slope.ly +++ b/input/regression/beam-cross-staff-slope.ly @@ -1,32 +1,31 @@ -\version "2.6.0" +\version "2.19.21" \header { texidoc = "Cross staff (kneed) beams do not cause extreme slopes." } -\score { - \context PianoStaff << - \context Staff = "up" - \relative c'' << - { - \stemDown - f16( \> d b\! \change Staff = down \stemUp - \clef treble g ~ < g e>8) - - e[ \change Staff = up - \stemDown - e e] - \change Staff = down - \stemUp - e8.[ - \change Staff = up - \stemDown - e8.] - - } \\ - >> - \context Staff = "down" { - \time 3/8 \clef bass s4.*3 } - >> - \layout { raggedright = ##t} -} +\layout { ragged-right = ##t} + +\context PianoStaff << + \new Staff = "up" + \relative << + { + \stemDown + f''16( d b \change Staff = down \stemUp + \clef treble g ~ < g e>8) + + e[ \change Staff = up + \stemDown + e e] + \change Staff = down + \stemUp + e8.[ + \change Staff = up + \stemDown + e8.] + + } \\ + >> + \new Staff = "down" { + \time 3/8 \clef bass s4.*3 } +>>