]> 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 674c5ad54aae6836016f8d05cf236c6da7f6b860..c1c58ef01fd652d994857ef23654c867834dff0e 100644 (file)
@@ -1,19 +1,19 @@
 
-\version "1.9.8"
+\version "2.10.0"
 \header {
 
     texidoc = "@cindex Bars Always
 
-By setting @code{barAlways} and @code{defaultBarType,} you can automatically insert barlines everywhere."
+By setting @code{barAlways} and @code{defaultBarType}, barlines may be inserted automatically everywhere."
 
 }
 
 
 \score {
-       \notes \relative c''{
-               \property Score.barAlways = ##t
-               \property Score.defaultBarType = ":|:"
+        \relative c''{
+               \set Score.barAlways = ##t
+               \set Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
-       \paper{raggedright = ##t}
+       \layout{ragged-right = ##t}
 }