Making bar numbers appear 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: | ||
If you would like the bar numbers to appear at regular intervals, but not starting from measure zero, you can use a context function, <code>set-bar-number-visibility</code>, to set automatically <code>barNumberVisibility</code>, so that the bar numbers appear at regular intervals, starting from the measure in which <code>set-bar-number-visibility</code> is set using <code>\applycontext</code>. | If you would like the bar numbers to appear at regular intervals, but not starting from measure zero, you can use a context function, <code>set-bar-number-visibility</code>, to set automatically <code>barNumberVisibility</code>, so that the bar numbers appear at regular intervals, starting from the measure in which <code>set-bar-number-visibility</code> is set using <code>\applycontext</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=91 | %% http://lsr.di.unimi.it/LSR/Item?id=91 | ||