]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster-cross-staff.ly
Doc-fr: NR-1.5.2 merging rests
[lilypond.git] / input / regression / cluster-cross-staff.ly
index c9744625def567dd1d237c28a31cd0ec57fc3da9..994b8ddfb8c4abe5d9889e1deab5459389851d3c 100644 (file)
@@ -3,20 +3,20 @@
     texidoc = "Clusters can be written across staves."
 
 }
+\layout {
+  ragged-right= ##t
+}
 
-\version "2.6.0"
+\version "2.19.21"
 
 \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 e>4 <f a> <b e> \change Staff = up <e a>
                                                  <a d> <d g> }
 
     { \clef bass s1 * 2 }
   >>
 >>
-\layout {
-  raggedright= ##t
-}