]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/add-text-script.ly
* lily/include/paper-system.hh (class Paper_system): remove
[lilypond.git] / input / test / add-text-script.ly
index 4d5f3a274942344f99304d623c37de4a78f2abb8..fe532957ae0855d644cb55ba25ff0382d8e9acc5 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.7.10"
 
 \header {
 texidoc= "@cindex make-music Fingering
@@ -28,7 +28,7 @@ create, then write a function that will structure the music for you.
    m)
 
 \score {
-  \applymusic #(lambda (x)  (add-text-script x "6") (display-music x) x )  { c'4-3 }
+  \applyMusic #(lambda (x)  (add-text-script x "6") (display-music x) x )  { c'4-3 }
        \layout{ raggedright = ##t }
 }