X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fcluster-cross-staff.ly;h=4021a56cabd89dd6549bda5c5f29743e80aa9720;hb=3c6f25b11269a198da9e188274a5dbd0c3e583bd;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..4021a56cab 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.16.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 - } -}