I added your codes

 \new RhythmicStaff \with { \consists "Clef_engraver" }
 {
 {
 \clef percussion

But I want to use

\clef varpercussion

When I add this line it turns to Clef G. How can I use Clef varpercussion?


6 Şub 2018 Sal, saat 16:29 tarihinde Torsten Hämmerle <
torsten.haemme...@web.de> şunu yazdı:

> 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
>
-- 
Dr. Emre PINARBASI
PhD (Turkish Religious Music)
Ondokuz Mayis University State Conservatory
Samsun / Turkey
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to