Next: Drum rolls, Previous: References for percussion, Up: Common notation for percussion
Percussion notes may be entered in \drummode
mode, which is
similar to the standard mode for entering notes. The simplest way
to enter percussion notes is to use the \drums
command,
which creates the correct context and entry mode for percussion:
\drums { hihat4 hh bassdrum bd }
This is shorthand for:
\new DrumStaff { \drummode { hihat4 hh bassdrum bd } }
Each piece of percussion has a full name and an abbreviated name, and both can be used in input files. The full list of percussion note names may be found in Percussion notes.
Note that the normal notation of pitches (such as cis4
) in
a DrumStaff
context will cause an error message.
Percussion clefs are added automatically to a DrumStaff
contex, but other clefs may also be used.
There are a few issues concerning MIDI support for percussion instruments; for details please see Percussion in MIDI.
Notation Reference: Percussion in MIDI, Percussion notes.
File: ly/drumpitch-init.ly
Snippets: Percussion.
This page is for LilyPond-2.11.58 (development-branch).
Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.