X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcluster-cross-staff.ly;h=994b8ddfb8c4abe5d9889e1deab5459389851d3c;hb=5944d20489bb5b8e4c4907fa3b3bcae9ec275ccb;hp=783729ca46c7a41889853938cb0d03729a677b3f;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/cluster-cross-staff.ly b/input/regression/cluster-cross-staff.ly index 783729ca46..994b8ddfb8 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.4.0" +\version "2.19.21" -\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 { 4 \change Staff = up + } - { \clef bass s1 * 2 } - >> + { \clef bass s1 * 2 } + >> >> - \layout { - raggedright= ##t - } -}