]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/embedded-scm.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / no-notation / embedded-scm.ly
index 27fde62281c52c8aae593db5cb74954438341c92..c45a804104ec8d6199cfa8b896d92fe833940dd1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16"
+\version "2.3.22"
 \header {
     
     texidoc = "@cindex Embedded scm
@@ -16,7 +16,7 @@ output, ``hello world'' is printed to the console.
 
 \score {
        \relative c' { c }
-       \paper {raggedright = ##t}
+       \layout {raggedright = ##t}
 }