X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster-cross-staff.ly;h=2b0d627b239efc83148d144d091985fa0e73e7d2;hb=9efefe47a0ead1c618566df8d845705c36693ac8;hp=ca40233ac07548bc9d76a9879b49f3c4fd494e58;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/cluster-cross-staff.ly b/input/regression/cluster-cross-staff.ly index ca40233ac0..2b0d627b23 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.16" +\version "2.12.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 - } -}