]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-script-visibility.ly
patch::: 1.3.120.jcn1
[lilypond.git] / input / test / bar-script-visibility.ly
1
2 \score {
3 \notes { c1 c1 \break c1 c1 }
4 \paper {
5
6 \translator{
7         \StaffContext
8         \consists Bar_number_engraver;
9         barNumberVisibilityFunction = #end-of-line-invisible
10 }
11 }
12 }
13