]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster-cross-staff.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / cluster-cross-staff.ly
index 9a6adbb76bf749c2108a2bcce110c8cdada094be..994b8ddfb8c4abe5d9889e1deab5459389851d3c 100644 (file)
@@ -4,17 +4,17 @@
 
 }
 \layout {
-  raggedright= ##t
+  ragged-right= ##t
 }
 
-\version "2.7.10"
+\version "2.19.21"
 
 \new PianoStaff <<
-  \context Staff = "up"     {
+  \new Staff = "up"     {
     s1 *2
   }
-  \context Staff = "down" <<
-    \applyMusic #notes-to-clusters \relative  { <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 }