X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff.ly;h=0b711c7453f0f103f6b1d5af8f9a9f6f6216d36e;hb=ee0488f3aa19e0060b6e17c46a4d88cb9d57c489;hp=3e2aedf433f65210c3a2a326e2323aa5c3ba0f56;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/beam-cross-staff.ly b/input/regression/beam-cross-staff.ly index 3e2aedf433..0b711c7453 100644 --- a/input/regression/beam-cross-staff.ly +++ b/input/regression/beam-cross-staff.ly @@ -1,34 +1,33 @@ -\version "1.7.18" + +\version "2.12.0" \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 << + \new 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 + } + \new Staff = "two" \relative c'{ + \clef bass + s1 + s1 + s1 + s1 + } +>> -%% new-chords-done %% \ No newline at end of file