X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff.ly;h=faef9ca622b69b19d378a837879b3ad75c4a0912;hb=39dd20959c8b3a143cfe41138a5c62749da54079;hp=00a13bb8a7eeba4fa181ecc9d8867db47d86ea4a;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/beam-cross-staff.ly b/input/regression/beam-cross-staff.ly index 00a13bb8a7..faef9ca622 100644 --- a/input/regression/beam-cross-staff.ly +++ b/input/regression/beam-cross-staff.ly @@ -1,34 +1,33 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.7.13" \header{ texidoc=" Beams can be typeset over fixed distance aligned staves, beam -beautification doesn't really work, but knees do. Beams should be +beautification does not really work, but knees do. Beams should be behave well, wherever the switching point is. " } -\score{ - \context PianoStaff < - \context Staff=one \notes\relative c'{ - \stemUp c8[ c \translator Staff=two \stemUp c c] - c[ c c c] - \translator Staff=one - \stemDown c8[ c \translator Staff=two \stemUp c c] - r2 - \stemDown c8[ c \translator Staff=one \stemDown c c] - r2 - \translator Staff=two - \stemUp c8[ c \translator Staff=one \stemDown c c] - r2 - } - \context Staff=two \notes\relative c'{ - \clef bass - s1 - s1 - s1 - s1 - } - > -} + +\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 + } +>>