]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-always.ly
Added texidoc index.
[lilypond.git] / input / test / bar-always.ly
1 \version "1.7.18"
2 \header {
3
4     texidoc = "@cindex Bars Always
5 By setting barAlways and defaultBarType, you can
6 automatically insert barlines everywhere.
7 " }
8
9
10 \score {
11         \notes {
12                 \property Score.barAlways = ##t
13                 \property Score.defaultBarType = ":|:"
14                 c4 c4 c4 c4 }
15         \paper{raggedright = ##t}
16 }
17 %% new-chords-done %%