X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=0d8a3e3a1a65518a4fd2c3cf52f249b951851020;hb=75cda540fbd6de6d992170922c8056308d99f250;hp=7ea902a8174c9b90d82bf5f6363cf714eb3b5988;hpb=666d470a0ee9e4dccdfac7456aa1d7111ce18488;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index 7ea902a817..0d8a3e3a1a 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.7.13" \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 { raggedright = ##t} + +\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 } +>>