]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster-cross-staff.ly
*** empty log message ***
[lilypond.git] / input / regression / cluster-cross-staff.ly
index c42385c256a14d4061e4da63637a159a3649073b..97f6613c477eebd71444b9128bf97d1228cd0a46 100644 (file)
 \version "2.7.32"
 
 \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> }