]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/embedded-scm.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / no-notation / embedded-scm.ly
index cf88badbe17a4947d534cb58b5f8068fa5de0fc8..b84dfc82d9744753a2ea77848abccb9b375c3614 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\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 }
-       \layout {raggedright = ##t}
+       \layout {ragged-right = ##t}
 }