X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=495d40522e7858fc57506796becba84480b939bb;hb=0e42f1207ae89f4df3c6a21c986c1eaf06a028f0;hp=206629ba506dcf9b8dae930c834b79dbe3d42daf;hpb=9e46baedcca4e12733b6f9616a406acf03366c68;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index 206629ba50..495d40522e 100644 --- a/input/regression/beam-cross-staff-slope.ly +++ b/input/regression/beam-cross-staff-slope.ly @@ -1,32 +1,31 @@ -\version "2.1.22" +\version "2.14.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 } +>>