X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=61be2c5242a17f6451795e8677a7344284ca2ccf;hb=33b0f41c6100556b20893e86e7fcf733a364c545;hp=a0ec281b84a4c9485e285fa86c46cd975bf42259;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index a0ec281b84..61be2c5242 100644 --- a/input/regression/beam-cross-staff-slope.ly +++ b/input/regression/beam-cross-staff-slope.ly @@ -1,32 +1,31 @@ -\version "2.2.0" +\version "2.12.0" \header { texidoc = "Cross staff (kneed) beams do not cause extreme slopes." } -\score { - \notes\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 } - >> - \paper { raggedright = ##t} -} +\layout { ragged-right = ##t} + +\context PianoStaff << + \new 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.] + + } \\ + >> + \new Staff = "down" { + \time 3/8 \clef bass s4.*3 } +>>