]> 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 5c55dabafa3690a13085abe47561c81ac2ba899c..517b1a3c4e4ace76beac5260306d78917ded7607 100644 (file)
@@ -1,9 +1,16 @@
-\version "1.3.117";
+\version "1.3.146"
+
+
+\header {
+
+    texidoc = "By setting barAlways and defaultBarType, you can
+    automatically insert barlines everywhere." 
+}
 
 
 \score {
        \notes {
-               \property Staff.barAlways = ##t
-               \property Staff.defaultBarType = ":|:"
+               \property Score.barAlways = ##t
+               \property Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
 }