]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-number-show-all.ly
sed Lilypond to LilyPond.
[lilypond.git] / input / test / bar-number-show-all.ly
1 \version "1.7.18"
2 \header{
3     texidoc="@cindex Bar Number Show All
4 Second line has bar numbers on start of every measure.
5 " }
6
7 \score{
8     \notes\relative c'{
9         c1 c c
10         \property Score.BarNumber \override
11             #'break-visibility = #end-of-line-invisible
12         \break
13         c c c
14     }
15         \paper{ raggedright = ##t }
16 }
17
18