X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=7af3f3fcd192e705191c27f65cd7135c1325bbab;hb=15d041c0380c6bc421762e031854b450b412ecf0;hp=bb0200763cf2bdc351d9e4e5e43dfbe38bb55648;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index bb0200763c..7af3f3fcd1 100644 --- a/input/regression/beam-cross-staff-slope.ly +++ b/input/regression/beam-cross-staff-slope.ly @@ -1,34 +1,31 @@ -\version "1.7.16" +\version "2.6.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 { 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 } +>> -%% new-chords-done %% \ No newline at end of file