X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster-cross-staff.ly;h=ddcc72ff23b9eed20146de99f342ab8d94945313;hb=4210c89e8e1b2ac824b9e24be17b4cfbb191f43a;hp=3cb67cf2ddda1fd5610cb8792fb723fe2c88d8cc;hpb=502a7b8c1d12f97db0d50c6468801d718cd39f64;p=lilypond.git diff --git a/input/regression/cluster-cross-staff.ly b/input/regression/cluster-cross-staff.ly index 3cb67cf2dd..ddcc72ff23 100644 --- a/input/regression/cluster-cross-staff.ly +++ b/input/regression/cluster-cross-staff.ly @@ -3,22 +3,20 @@ texidoc = "Clusters can be written across staves." } +\layout { + ragged-right= ##t +} -\version "2.3.12" +\version "2.10.0" -\score { - \new PianoStaff << - \context Staff = up { - s1 *2 - } - \context Staff = down << - \applymusic #notes-to-clusters \relative c { 4 \change Staff = up - } +\new PianoStaff << + \new Staff = "up" { + s1 *2 + } + \new Staff = "down" << + \applyMusic #notes-to-clusters \relative c { 4 \change Staff = up + } - { \clef bass s1 * 2 } - >> + { \clef bass s1 * 2 } + >> >> - \paper { - raggedright= ##t - } -}