]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster-cross-staff.ly
Adapt display-lily-tests regtest for fixed issue 3349
[lilypond.git] / input / regression / cluster-cross-staff.ly
index c9744625def567dd1d237c28a31cd0ec57fc3da9..4021a56cabd89dd6549bda5c5f29743e80aa9720 100644 (file)
@@ -3,20 +3,20 @@
     texidoc = "Clusters can be written across staves."
 
 }
+\layout {
+  ragged-right= ##t
+}
 
-\version "2.6.0"
+\version "2.16.0"
 
 \new PianoStaff <<
-  \context Staff = "up"     {
+  \new Staff = "up"     {
     s1 *2
   }
-  \context Staff = "down" <<
-    \applymusic #notes-to-clusters \relative c  { <c e>4 <f a> <b e> \change Staff = up <e a>
+  \new Staff = "down" <<
+    \applyMusic #notes-to-clusters \relative c  { <c e>4 <f a> <b e> \change Staff = up <e a>
                                                  <a d> <d g> }
 
     { \clef bass s1 * 2 }
   >>
 >>
-\layout {
-  raggedright= ##t
-}