]> 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 ed08cbfb8e618cf707155658c41da639e895dff6..12a0604cb3fabbbd9a1fd3bcb8ea52a843018605 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.7.39"
 
 \header {
 texidoc= "@cindex make-music Fingering
@@ -29,7 +29,7 @@ create, then write a function that will structure the music for you.
 
 \score {
   \applyMusic #(lambda (x)  (add-text-script x "6") (display-music x) x )  { c'4-3 }
-       \layout{ raggedright = ##t }
+       \layout{ ragged-right = ##t }
 }