]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-always.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / test / bar-always.ly
1
2 \version "2.7.39"
3 \header {
4
5     texidoc = "@cindex Bars Always
6
7 By setting @code{barAlways} and @code{defaultBarType}, barlines may be inserted automatically everywhere."
8
9 }
10
11
12 \score {
13          \relative c''{
14                 \set Score.barAlways = ##t
15                 \set Score.defaultBarType = ":|:"
16                 c4 c4 c4 c4 }
17         \layout{ragged-right = ##t}
18 }
19