X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=0a17141e185550bed700d27dda1d1936a9cde6b5;hb=a775c0535512573cb013cd230a2630dffd933ac0;hp=a1d23f2ed3a86840292b18f0b9257a2f8af02822;hpb=030669fe5c65fa743a14fa7cc0f795ee5ac14435;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index a1d23f2ed3..0a17141e18 100644 --- a/input/regression/beam-cross-staff-slope.ly +++ b/input/regression/beam-cross-staff-slope.ly @@ -1,32 +1,31 @@ -\version "1.7.18" +\version "2.16.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 } +>>