1
2\version "2.19.21"
3
4\header {
5
6texidoc="Bar numbers may be set and their padding adjusted individually.
7The counting of bar numbers is started after the anacrusis.
8
9To prevent clashes at the beginning of a line, the padding may have to
10be increased.
11"
12
13}
14
15\layout {
16  ragged-right = ##t
17}
18
19\relative {
20  \override Score.BarNumber.break-visibility = #all-visible
21  \partial 4 c''4
22  c1 c c
23  \set Score.currentBarNumber = #99999
24  \override Score.BarNumber.padding = #3
25  c1 c
26}
27