X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff.ly;h=0ae4e0dae7b4efe6c4966eadedaea186d91c7f84;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=72b3c288faf09644cd2a18c13e556aa4502c390b;hpb=5d5ca8642dca9169ddf78949c41381e5f1380975;p=lilypond.git diff --git a/input/regression/beam-cross-staff.ly b/input/regression/beam-cross-staff.ly index 72b3c288fa..0ae4e0dae7 100644 --- a/input/regression/beam-cross-staff.ly +++ b/input/regression/beam-cross-staff.ly @@ -1,32 +1,33 @@ + +\version "2.16.0" \header{ texidoc=" -Beams can be typeset over fixed distance aligned staffs, beam -beautification doesn't really work, but knees do. Beams should be +Beams can be typeset over fixed distance aligned staves, beam +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 - } - > +" } -\version "1.3.117"; +\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 + } +>> + +