X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-slope.ly;h=24844a682e24a175d43c1289871490dd189f582d;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=71814b3949b2c9376c3d471bdacce30f7e893a94;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/beam-cross-staff-slope.ly b/input/regression/beam-cross-staff-slope.ly index 71814b3949..24844a682e 100644 --- a/input/regression/beam-cross-staff-slope.ly +++ b/input/regression/beam-cross-staff-slope.ly @@ -1,4 +1,4 @@ -\version "2.7.32" +\version "2.19.21" \header { texidoc = "Cross staff (kneed) beams do not cause extreme slopes." } @@ -6,11 +6,11 @@ \layout { ragged-right = ##t} \context PianoStaff << - \context Staff = "up" - \relative c'' << + \new Staff = "up" + \relative << { \stemDown - f16( \> d b\! \change Staff = down \stemUp + f''16( d b \change Staff = down \stemUp \clef treble g ~ < g e>8) e[ \change Staff = up @@ -25,7 +25,7 @@ } \\ >> - \context Staff = "down" { + \new Staff = "down" { \time 3/8 \clef bass s4.*3 } >>