]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster-cross-staff.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / cluster-cross-staff.ly
index c42385c256a14d4061e4da63637a159a3649073b..4021a56cabd89dd6549bda5c5f29743e80aa9720 100644 (file)
@@ -7,13 +7,13 @@
   ragged-right= ##t
 }
 
-\version "2.7.32"
+\version "2.16.0"
 
 \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> }