]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-number-show-all.ly
*.ly: Added a newline at the end of the texinfo doc
[lilypond.git] / input / test / bar-number-show-all.ly
1 \version "1.7.18"
2 % renamed file to bar-number-show-all.ly from bar-script-visibility.ly
3 % for greater clarity
4 \header{
5     texidoc="@cindex Bar Number Show All
6 Second line has bar numbers on start of every measure.
7 " }
8
9 \score{
10     \notes\relative c'{
11         c1 c c
12         \property Score.BarNumber \override
13             #'break-visibility = #end-of-line-invisible
14         \break
15         c c c
16     }
17 }
18
19 %% new-chords-done %%