X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=ebc24f378a1ed32e19c13b8937526e8bfa208a7a;hb=a1243d8d9cfdb8b923780d75175831af9b9f2060;hp=f2e59165f6b88f175557412816b803821b411016;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index f2e59165f6..ebc24f378a 100644 --- a/input/regression/beam-cross-staff-slope.ly +++ b/input/regression/beam-cross-staff-slope.ly @@ -1,33 +1,31 @@ -#(ly:set-option 'old-relative) -\version "2.1.7" +\version "2.10.0" \header { - texidoc = "Cross staff (kneed) beams don't cause extreme slopes." + 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 } +>>