]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/staff/inserting-bar-lines-everywhere.ly
LSR: automatic update.
[lilypond.git] / input / lsr / staff / inserting-bar-lines-everywhere.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 By setting @code{barAlways} and @code{defaultBarType}, barlines may be
6 inserted automatically everywhere. 
7 " }
8
9 \score {
10          \relative c''{
11                 \set Score.barAlways = ##t
12                 \set Score.defaultBarType = ":|:"
13                 c4 c4 c4 c4 }
14         \layout{raggedright = ##t}
15 }
16
17