]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/defaultbars.ly
* lily/beam.cc (set_stem_lengths): extend stems for gapped tremolo
[lilypond.git] / input / test / defaultbars.ly
index 434590731fa8ce9e5afeb20cd655d6155ce67231..de7e0cbec829276d911e04b6c0b3decd874c3168 100644 (file)
@@ -1,9 +1,16 @@
-\version "1.3.5";
+\version "1.5.68"
+
+
+\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 }
 }