X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff.ly;h=02a03a83c621465ff2a9ae94bf1597667acfa550;hb=5564a8ee55ff88bcad109ef80e204373d04c8375;hp=a92e2f2b6e2d1baaa30684e0b6846925011daadd;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/beam-cross-staff.ly b/input/regression/beam-cross-staff.ly index a92e2f2b6e..02a03a83c6 100644 --- a/input/regression/beam-cross-staff.ly +++ b/input/regression/beam-cross-staff.ly @@ -1,5 +1,5 @@ -\version "2.4.0" +\version "2.14.0" \header{ texidoc=" Beams can be typeset over fixed distance aligned staves, beam @@ -7,28 +7,27 @@ beautification does not really work, but knees do. Beams should be behave well, wherever the switching point is. " } -\score{ - \context PianoStaff << - \context Staff = "one" \relative c'{ - \stemUp c8[ c \change Staff=two \stemUp c c] - c[ c c c] - \change Staff=one - \stemDown c8[ c \change Staff=two \stemUp c c] - r2 - \stemDown c8[ c \change Staff=one \stemDown c c] - r2 - \change Staff=two - \stemUp c8[ c \change Staff=one \stemDown c c] - r2 - } - \context Staff = "two" \relative c'{ - \clef bass - s1 - s1 - s1 - s1 - } - >> -} + +\context PianoStaff << + \new Staff = "one" \relative c'{ + \stemUp c8[ c \change Staff=two \stemUp c c] + c[ c c c] + \change Staff=one + \stemDown f8[ f \change Staff=two \stemUp c c] + r2 + \stemDown c8[ c \change Staff=one \stemDown c c] + r2 + \change Staff=two + \stemUp c8[ c \change Staff=one \stemDown f f] + r2 + } + \new Staff = "two" \relative c'{ + \clef bass + s1 + s1 + s1 + s1 + } +>>