]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-specific-text.ly
update syntax in .ly files.
[lilypond.git] / input / test / move-specific-text.ly
index f1c764365f1c25c57930d28c46d2601d27d7ab51..f62949461a00b29174541c5fbe97c6274fc80fb7 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.5.68"
+\version "1.7.6"
 
 #(define (make-text-checker text)
-   (lambda (grob) (equal? text (ly-get-grob-property grob 'text))))
+   (lambda (grob) (equal? text (ly:get-grob-property grob 'text))))
 
 \score {
   \notes\relative c''' {
@@ -12,3 +12,4 @@
   }
   \paper { linewidth = -1. }
 }
+%% new-chords-done %%