]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-always.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / test / bar-always.ly
index 82f8c67230291ac5ebea96cf014fa96a5b390dae..c1c58ef01fd652d994857ef23654c867834dff0e 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.8"
+\version "2.10.0"
 \header {
 
     texidoc = "@cindex Bars Always
@@ -14,6 +14,6 @@ By setting @code{barAlways} and @code{defaultBarType}, barlines may be inserted
                \set Score.barAlways = ##t
                \set Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
-       \paper{raggedright = ##t}
+       \layout{ragged-right = ##t}
 }