]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-always.ly
class-ify bezier term cache
[lilypond.git] / input / test / bar-always.ly
index cf7bb08b78fa8848ce03e6aecda3329a0e7e48b3..1ca36092ec756658b94a2a9d252bb2696732b713 100644 (file)
@@ -1,19 +1,19 @@
 
-\version "2.1.22"
+\version "2.7.39"
 \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''{
+        \relative c''{
                \set Score.barAlways = ##t
                \set Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
-       \paper{raggedright = ##t}
+       \layout{ragged-right = ##t}
 }