]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/embedded-scm.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / no-notation / embedded-scm.ly
index 82e938e59e68318369afab113a890795d0e4636b..b84dfc82d9744753a2ea77848abccb9b375c3614 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.8"
+\version "2.10.0"
 \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 {ragged-right = ##t}
 }