lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rhytm problem


From: Torsten Hämmerle
Subject: Re: Rhytm problem
Date: Tue, 6 Feb 2018 06:29:38 -0700 (MST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]