]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/defaultbars.ly
*** empty log message ***
[lilypond.git] / input / test / defaultbars.ly
index b3af46fc60e2ca29034149b91e3b5d1f2d0a169f..517b1a3c4e4ace76beac5260306d78917ded7607 100644 (file)
@@ -1,10 +1,16 @@
 \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 }
 }