]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/add-text-script.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / add-text-script.ly
index 1ec3891a9e379a21493a83645766308951572477..12a0604cb3fabbbd9a1fd3bcb8ea52a843018605 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.30"
+\version "2.7.39"
 
 \header {
 texidoc= "@cindex make-music Fingering
@@ -28,8 +28,8 @@ 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 }
-       \paper{ raggedright = ##t }
+  \applyMusic #(lambda (x)  (add-text-script x "6") (display-music x) x )  { c'4-3 }
+       \layout{ ragged-right = ##t }
 }