Creating music sheet with blank piano staves: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
To create a piano music sheet with blank staves, use a Piano template, generate empty measures then remove the <code>Bar_number_engraver</code> from the <code>Score</code> context, and the <code>Time_signature_engraver</code>, (optionally the <code>Clef_engraver</code>) and <code>Bar_engraver</code> from the <code>Staff</code> context. | To create a piano music sheet with blank staves, use a Piano template, generate empty measures then remove the <code>Bar_number_engraver</code> from the <code>Score</code> context, and the <code>Time_signature_engraver</code>, (optionally the <code>Clef_engraver</code>) and <code>Bar_engraver</code> from the <code>Staff</code> context. | ||
<lilypond version="2.24 | <lilypond version="2.24" full> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=663 | %% http://lsr.di.unimi.it/LSR/Item?id=663 | ||
| Line 39: | Line 39: | ||
[[Category:Paper and layout]] | [[Category:Paper and layout]] | ||
[[Category:Keyboards]] | [[Category:Keyboards]] | ||
[[Category:Snippet]] | |||