The RhythmicStaff context doesn't print any clef by default. If you
want to change that, you have to add the clef engraver yourself:
\new RhythmicStaff \with{\consists "Clef_engraver"}{
\triangolo
}
If you search the mailing list archives, you can find lots
of examples on how to set the padding to increase the spacing
to the rehearsal marks.
/Mats
Quoting Michael Kiermaier <[EMAIL PROTECTED]>:
I wrote a triangle voice using a RhythmicStaff.
There are two problems I want to show by a small example:
\version "2.8.6"
triangolo = {
\clef percussion
c c c c |
\mark \default |
\repeat "percent" 50 {c2 c |}
}
\new RhythmicStaff {
\triangolo
}
1) The rehersal mark collides with the bar line. Is there a way to raise all
the rehersal marks by a certain distance?
2) the percussion clef doesn't get printed.
I also played around with DrumStaff staffs, but I did not get the results I
wanted.
~Michael
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user