]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-number-show-all.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / bar-number-show-all.ly
1
2 \version "2.1.26"
3 \header{
4     texidoc="@cindex Bar Number Show All
5 Second line has bar numbers on start of every measure.
6 " }
7
8 \score{
9     \notes\relative c'{
10         c1 c c
11         \override Score.BarNumber 
12             #'break-visibility = #end-of-line-invisible
13         \break
14         c c c
15     }
16         \paper{ raggedright = ##t }
17 }
18
19