lilypond-user
[Top][All Lists]
Advanced

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

Re: triangle voice


From: Mats Bengtsson
Subject: Re: triangle voice
Date: Sun, 08 Oct 2006 20:39:37 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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 <address@hidden>:

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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