]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-script-visibility.ly
update syntax in .ly files.
[lilypond.git] / input / test / bar-script-visibility.ly
1 \version "1.7.6"
2 \header{
3     texidoc="Second line has bar-numbers on start of every measure."
4 }
5
6 \score{
7     \notes\relative c'{
8         c1 c c
9         \property Score.BarNumber \override
10             #'break-visibility = #end-of-line-invisible
11         \break
12         c c c
13     }
14 }
15
16 %% new-chords-done %%