Creating blank staves: 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: | ||
To create blank staves, generate empty measures then remove the <code>Bar_number_engraver</code> from the <code>Score</code> context, and the <code>Time_signature_engraver</code>, <code>Clef_engraver</code> and <code>Bar_engraver</code> from the <code>Staff</code> context. | To create blank staves, generate empty measures then remove the <code>Bar_number_engraver</code> from the <code>Score</code> context, and the <code>Time_signature_engraver</code>, <code>Clef_engraver</code> and <code>Bar_engraver</code> from the <code>Staff</code> context. | ||
<lilypond version="2.24 | <lilypond version="2.24" full> | ||
#(set-global-staff-size 20) | #(set-global-staff-size 20) | ||