]> 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 cb7754192673ab43da705657ffd61c65e2db0faf..2ae0adb7ec843dcd12c86789a109901d4274f46a 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 \header {
 
     texidoc = "@cindex Bars Always
@@ -10,7 +10,7 @@ By setting @code{barAlways} and @code{defaultBarType}, barlines may be inserted
 
 
 \score {
-       \notes \relative c''{
+        \relative c''{
                \set Score.barAlways = ##t
                \set Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }