X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fmove-specific-text.ly;h=f62949461a00b29174541c5fbe97c6274fc80fb7;hb=e1ef1410eeca1c9470c186da306e1f87b1b1a600;hp=f1c764365f1c25c57930d28c46d2601d27d7ab51;hpb=95e7eaeeffd28d3a32b3e32578e257197248456b;p=lilypond.git diff --git a/input/test/move-specific-text.ly b/input/test/move-specific-text.ly index f1c764365f..f62949461a 100644 --- a/input/test/move-specific-text.ly +++ b/input/test/move-specific-text.ly @@ -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 %%