Removing bar numbers from a score: Difference between revisions
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 |
mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Bar numbers can be removed entirely by removing the <code>Bar_number_engraver</code> from the <code>Score</code> context. | Bar numbers can be removed entirely by removing the <code>Bar_number_engraver</code> from the <code>Score</code> context. | ||
<lilypond version="2.24" | <lilypond version="2.24"> | ||
\layout { | \layout { | ||
\context { | \context { | ||
| Line 9: | Line 7: | ||
\omit BarNumber | \omit BarNumber | ||
% or: | % or: | ||
%\remove "Bar_number_engraver" | % \remove "Bar_number_engraver" | ||
} | } | ||
} | } | ||
| Line 17: | Line 15: | ||
c4 c c c | c4 c c c | ||
} | } | ||
</lilypond> | </lilypond> | ||
[[Category:Contexts and engravers]] | |||
[[Category:Rhythms]] | [[Category:Rhythms]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category: | [[Category:Snippet]] | ||