Printing bar numbers at regular intervals: Difference between revisions
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
By setting the <code>barNumberVisibility</code> property, bar numbers can be printed at regular intervals. Here the bar numbers are printed every two measures except at the end of the line. | By setting the <code>barNumberVisibility</code> property, bar numbers can be printed at regular intervals. Here the bar numbers are printed every two measures except at the end of the line. | ||
<lilypond version="2.24 | <lilypond version="2.24" full> | ||
\relative c' { | \relative c' { | ||
\override Score.BarNumber.break-visibility = #end-of-line-invisible | \override Score.BarNumber.break-visibility = #end-of-line-invisible | ||