Another question.
Is there any way to know the TimeSignature's fraction of
current staff In your LSR code at ly:rest-interface::dot-rests ?
I want to change the number of underline as following.
TimeSignature x/4 (4/4, 3/4, 2/4, ...)
r4 -> black circle without under line
r8 -> black circl
Thanks for your great idea.
So, I can continue my work.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Montag, 2. Februar 2009 10:09:55 今井雄治 wrote:
> Hi users.
>
> I want to customize rest by its duration, as following
> r4 --> black circle
> r8 --> black circle with under line
Attached is a scheme example how to do this (it checks the durat
Hi users.
I want to customize rest by its duration, as following
r4 --> black circle
r8 --> black circle with under line
I tried following code.
RestIV = {
\once \override Rest #'stencil = #ly:text-interface::print
\once \override Rest #'text = \markup {
\halign