]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/add-text-script.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / add-text-script.ly
index c9d32e4da2ffaee0cb7b4be4ced4574e1ad2c7f4..78cabb6d2fb701ece9b84d3dfd6b027e0978218b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.1"
+\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 {
-  \applymusic #(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 }
 }