]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/piano-staff-distance.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / piano-staff-distance.ly
index 98bbcf02ad9e5d8e2fb0176abee7de4de20e602d..0e16a723a517077eb29732ddc3ef5c38089a8ff7 100644 (file)
@@ -8,7 +8,7 @@ this at home.  "
 
 }
 
-\version "2.1.25"
+\version "2.1.26"
 
 #(define ((futz-alignment-callback distance count) grob axis)
 
@@ -27,7 +27,7 @@ DISTANCE; then call the original callback.  "
              (< count (length bs))
              (equal? (list-ref bs count) a)
         )
-        (ly:set-grob-property! a 'forced-distance distance))
+        (ly:grob-set-property! a 'forced-distance distance))
      
      (Align_interface::fixed_distance_alignment_callback grob axis)) )