X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=Documentation%2Fnotation%2Fpercussion.itely;h=a41a53a03a264da0fb55882f20483daba632caed;hb=4544984c71dc97ae82e77cc96d17d54a16a6f1cf;hp=01dc17777ccf2738ee787e795bfa8384083923cf;hpb=d73154f7252d084fd2d5d1a1af13ab4a805bf08c;p=lilypond.git diff --git a/Documentation/notation/percussion.itely b/Documentation/notation/percussion.itely index 01dc17777c..a41a53a03a 100644 --- a/Documentation/notation/percussion.itely +++ b/Documentation/notation/percussion.itely @@ -90,10 +90,24 @@ 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 @ref{Percussion notes}. -Note that the normal notation of pitches (such as @code{cis4}) in -a @code{DrumStaff} context will cause an error message. -Percussion clefs are added automatically to a @code{DrumStaff} -contex, but other clefs may also be used. +@cindex clef, percussion +@cindex percussion clef + +Note that the normal notation of pitches (such as @code{cis4}) in a +@code{DrumStaff} context will cause an error message. Percussion clefs +are added automatically to a @code{DrumStaff} context but they can also +be set explicitly. Other clefs may be used as well. + +@lilypond[quote,ragged-right,verbatim] +\drums { + \clef treble + hh4 hh hh hh + \break + \clef percussion + bd4 bd bd bd +} +@end lilypond + There are a few issues concerning MIDI support for percussion instruments; for details please see @ref{Percussion in MIDI}.