lilypond-user
[Top][All Lists]
Advanced

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

Re: custom drumstuff, positions of noteheads


From: Neil Puttock
Subject: Re: custom drumstuff, positions of noteheads
Date: Sun, 5 Sep 2010 00:45:11 +0100

On 5 September 2010 00:28, Toine Schreurs <address@hidden> wrote:
> I don't know why it works, but changing, within your fourtoms definition,
> the float-numbers syntax by surrounding the dots with spaces helps.

The values following the dots are ignored, so it's equivalent to this:

#(define fourtoms '((hightom default #t  4)
                    (himidtom default #t 1)
                    (lowmidtom default #t -1)
                    (lowtom default #t -3)))

Cheers,
Neil



reply via email to

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