]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/defaultbars.ly
* ly/chord-modifiers-init.ly:
[lilypond.git] / input / test / defaultbars.ly
index de7e0cbec829276d911e04b6c0b3decd874c3168..6f8f117b770a8d2d63b7d58c29ba0df750706680 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.5.68"
-
-
+\version "1.7.18"
+% renamed from defaultbars.ly to bars-always.ly
 \header {
 
-    texidoc = "By setting barAlways and defaultBarType, you can
-    automatically insert barlines everywhere." 
-}
+    texidoc = "@cindex Bars Always
+By setting barAlways and defaultBarType, you can
+automatically insert barlines everywhere.
+" }
 
 
 \score {
@@ -14,3 +14,4 @@
                \property Score.defaultBarType = ":|:"
                c4 c4 c4 c4 }
 }
+%% new-chords-done %%