Forcing a note to a particular staff line: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Occasionally, it is necessary to move a note's pitch to a certain staff line or space, with no regard to the clef (e.g. to indicate percussion on a non-percussive instrument.) The built-in <code>Pitch_squash_engraver</code> does just that. This snippet provides two Scheme shortcut functions, <code>\squashTo</code> and <code>\middleLine</code>. Don't forget to include the correct engraver in the Voice context. | Occasionally, it is necessary to move a note's pitch to a certain staff line or space, with no regard to the clef (e.g. to indicate percussion on a non-percussive instrument.) The built-in <code>Pitch_squash_engraver</code> does just that. This snippet provides two Scheme shortcut functions, <code>\squashTo</code> and <code>\middleLine</code>. Don't forget to include the correct engraver in the Voice context. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=778 | %% http://lsr.di.unimi.it/LSR/Item?id=778 | ||
| Line 36: | Line 36: | ||
[[Category:Percussion]] | [[Category:Percussion]] | ||
[[Category:Staff notation]] | [[Category:Staff notation]] | ||
[[Category:Snippet]] | |||