]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-number.ly
release: 1.3.5
[lilypond.git] / input / test / bar-number.ly
1  \score { \notes {
2
3         c1 c1 c1 c1\break
4         c1 c1 c1 c1\break
5           \property Score.currentBarNumber = 25
6         c1 c1 c1 c1
7 }
8  \paper{ \translator {\BarNumberingStaffContext }}}