]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/cluster-cross-staff.ly
* lily/parser.yy (bass_number),
[lilypond.git] / input / regression / cluster-cross-staff.ly
index 657a58496989d1482e6dc9562ab19b7652c794f4..783729ca46c7a41889853938cb0d03729a677b3f 100644 (file)
@@ -4,14 +4,14 @@
 
 }
 
-\version "2.3.22"
+\version "2.4.0"
 
 \score {
     \new PianoStaff <<
-    \context Staff = up     {
+    \context Staff = "up"     {
        s1 *2
        }
-       \context Staff = down <<
+       \context Staff = "down" <<
            \applymusic #notes-to-clusters \relative c  { <c e>4 <f a> <b e> \change Staff = up <e a>
                                                     <a d> <d g> }