release commit
[lilypond.git] / input / test / bar-always.ly
blobc62a08cb36a690e79382d987e0ad4a9c9e5a61ba
2 \version "2.1.7"
3 \header {
5 texidoc = "@cindex Bars Always
7 By setting @code{barAlways} and @code{defaultBarType,} you can automatically insert barlines everywhere."
12 \score {
13 \notes \relative c''{
14 \property Score.barAlways = ##t
15 \property Score.defaultBarType = ":|:"
16 c4 c4 c4 c4 }
17 \paper{raggedright = ##t}