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