]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster-cross-staff.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / cluster-cross-staff.ly
index 9a6adbb76bf749c2108a2bcce110c8cdada094be..b42907dd3c65a85da992df82a7c7f4f554cc5c18 100644 (file)
@@ -4,16 +4,16 @@
 
 }
 \layout {
-  raggedright= ##t
+  ragged-right= ##t
 }
 
-\version "2.7.10"
+\version "2.11.51"
 
 \new PianoStaff <<
-  \context Staff = "up"     {
+  \new Staff = "up"     {
     s1 *2
   }
-  \context Staff = "down" <<
+  \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> }