]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/defaultbars.ly
* ly/chord-modifiers-init.ly:
[lilypond.git] / input / test / defaultbars.ly
index 664d0bc54d08f08beba4c165da5518e00c5ba4d4..6f8f117b770a8d2d63b7d58c29ba0df750706680 100644 (file)
@@ -1,9 +1,17 @@
-\version "1.0.21";
+\version "1.7.18"
+% renamed from defaultbars.ly to bars-always.ly
+\header {
+
+    texidoc = "@cindex Bars Always
+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 }
 }
+%% new-chords-done %%