]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/piano-staff-distance.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / piano-staff-distance.ly
index 15fd1bc4d4d53f2bfad68faa592d4f8415ad9c48..40b04ed396af13b5d700ba0ae0dacb1c31343d76 100644 (file)
@@ -8,7 +8,7 @@ Currently, this is for testing purposes.  "
 
 }
 
-\version "2.2.0"
+\version "2.3.4"
 
 #(define ((futz-alignment-callback distance count) grob axis)
 
@@ -32,7 +32,7 @@ DISTANCE; then call the original callback.  "
      (Align_interface::fixed_distance_alignment_callback grob axis)) )
 
 \score {
-    \notes \relative c''  \context PianoStaff
+     \relative c''  \context PianoStaff
     \with {
        verticalAlignmentChildCallback = #(futz-alignment-callback 20 1)