X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster-cross-staff.ly;h=ddcc72ff23b9eed20146de99f342ab8d94945313;hb=adfbae206ae6b57fc5ecbbab1f60f97b5fcfb100;hp=c55590051b7ec88f269fab1a34f10c2ddc48c09c;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/cluster-cross-staff.ly b/input/regression/cluster-cross-staff.ly index c55590051b..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.6.0" +\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 } + >> >> - \layout { - raggedright= ##t - } -}