X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=61be2c5242a17f6451795e8677a7344284ca2ccf;hb=f5bdd79efc48f52f3b1c86857f747afa3cb33dcf;hp=a0a36e16dbe09c6e9ac4bf7d88a209735a72fb84;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index a0a36e16db..61be2c5242 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 "1.9.8" +\version "2.12.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\! \translator Staff = down \stemUp - \clef treble g ~ < g e>8) - - e[ \translator Staff = up - \stemDown - e e] - \translator Staff = down - \stemUp - e8.[ - \translator 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 } +>>