]> 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 fe532957ae0855d644cb55ba25ff0382d8e9acc5..12a0604cb3fabbbd9a1fd3bcb8ea52a843018605 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.10"
+\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 }
 }