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