Ondokuz Mayıs Üniversitesi Devlet Konservatuvarı wrote
> Is there any clef for percussion note?

Yes, there is. 
\clef percussion
or
\clef varpercussion
are two common clefs used for percussion staves.

*Caveat:* By default \RhythmicStaff will not print any clef by default,
because a non-pitched single-line stave does not need a clef.
So, if you want to print a clef symbol, you'll have to include the
Clef_engraver:


 <<
 \new RhythmicStaff \with { \consists "Clef_engraver" }
 {
 {
 \clef percussion
 \numericTimeSignature
 \time 4/4
   c2 c4 \stemDown c4
 }
 }
 \addlyrics {
   \override LyricText.font-size = #-2
     Düüm Te Ke
 }
 >>


All the best,
Torsten







--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to