]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/piano-staff-distance.ly
* Documentation/user/changing-defaults.itely (Creating titles):
[lilypond.git] / input / test / piano-staff-distance.ly
index 2785622a677a2cddfecccbc12f860b8f70f1baf0..74fe6337b728c89e1e25e262d143e8ef6bb7a872 100644 (file)
@@ -8,7 +8,7 @@ Currently, this is for testing purposes.  "
 
 }
 
-\version "2.3.22"
+\version "2.4.0"
 
 #(define ((futz-alignment-callback distance count) grob axis)
 
@@ -41,7 +41,7 @@ DISTANCE; then call the original callback.  "
        \override Beam #'auto-knee-gap = #'()
     } <<
 
-       \context Staff  = up {
+       \context Staff = "up" {
            
            \time 2/4 
            c8[
@@ -60,7 +60,7 @@ DISTANCE; then call the original callback.  "
                \change Staff = up
                c c ](
        }
-       \context Staff = down {
+       \context Staff = "down" {
            \skip 1 }
 
     >>