X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fadd-text-script.ly;h=78cabb6d2fb701ece9b84d3dfd6b027e0978218b;hb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;hp=6b115871ecb052f8263514bfc33823b73992ca09;hpb=9ed050a94b75be5c4b040ea9506434e8db7e128d;p=lilypond.git diff --git a/input/test/add-text-script.ly b/input/test/add-text-script.ly index 6b115871ec..78cabb6d2f 100644 --- a/input/test/add-text-script.ly +++ b/input/test/add-text-script.ly @@ -1,4 +1,4 @@ -\version "2.1.26" +\version "2.3.4" \header { texidoc= "@cindex make-music Fingering @@ -28,7 +28,7 @@ create, then write a function that will structure the music for you. m) \score { - \apply #(lambda (x) (add-text-script x "6") (display-music x) x ) \notes { c'4-3 } + \applymusic #(lambda (x) (add-text-script x "6") (display-music x) x ) { c'4-3 } \paper{ raggedright = ##t } }