]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-always.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / bar-always.ly
index 1c321467a377c76fcf443c47793432c129479c64..2ae0adb7ec843dcd12c86789a109901d4274f46a 100644 (file)
@@ -1,18 +1,18 @@
 
-\version "1.9.1"
+\version "2.3.4"
 \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}
 }