]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/defaultbars.ly
* ly/chord-modifiers-init.ly:
[lilypond.git] / input / test / defaultbars.ly
index b3af46fc60e2ca29034149b91e3b5d1f2d0a169f..6f8f117b770a8d2d63b7d58c29ba0df750706680 100644 (file)
@@ -1,10 +1,17 @@
-\version "1.3.146"
+\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 = ##t
-               \property Staff.defaultBarType = ":|:"
+               \property Score.barAlways = ##t
+               \property Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
 }
+%% new-chords-done %%