]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/add-text-script.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / add-text-script.ly
index 476cd630dc91d1f512d17d444743a52d8bcc8f01..e7f91e3947087679835aee28a248f44566292b64 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.17"
+\version "2.3.22"
 
 \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 }
-       \paper{ raggedright = ##t }
+       \layout{ raggedright = ##t }
 }