Making bar numbers appear at regular intervals: Difference between revisions
Import snippet from LSR |
m New category Tags: Mobile edit Mobile web edit |
||
| (2 intermediate revisions by 2 users not shown) | |||
| 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 | ||
| Line 26: | Line 26: | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Text]] | [[Category:Text]] | ||
[[Category:Snippet]] | |||