]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/defaultbars.ly
* lily/include/sequential-iterator.hh (class Sequential_iterator):
[lilypond.git] / input / test / defaultbars.ly
index 146b0e1c0a05d4ca80a8d2cb46122e3d9f0407ab..517b1a3c4e4ace76beac5260306d78917ded7607 100644 (file)
@@ -1,9 +1,16 @@
-\version "1.2.0";
+\version "1.3.146"
+
+
+\header {
+
+    texidoc = "By setting barAlways and defaultBarType, you can
+    automatically insert barlines everywhere." 
+}
 
 
 \score {
        \notes {
-               \property Staff.barAlways = "1"
-               \property Staff.defaultBarType = ":|:"
+               \property Score.barAlways = ##t
+               \property Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
 }