]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-always.ly
* input/test/font-table.ly: use it.
[lilypond.git] / input / test / bar-always.ly
index da3ca6b5a641b7b5138787170db6b78027b5060c..fa1d1f2c074aecae4e3707128038efe5e99704c7 100644 (file)
@@ -1,19 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.7.13"
 \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{raggedright = ##t}
 }