]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-script-visibility.ly
dll read_opts revert
[lilypond.git] / input / test / bar-script-visibility.ly
1 \version "1.5.68"
2
3
4 \score {
5 \notes { c1 c1 \break c1 c1 }
6 \paper {
7
8 \translator{
9         \StaffContext
10         \consists Bar_number_engraver
11         barNumberVisibilityFunction = #end-of-line-invisible
12 }
13 }
14 }
15