Re: custom drumstuff, positions of noteheads

2010-09-05 Thread Toine Schreurs
Ok, I see. But why do values as 1.4, -1.2 and -3.8 result in 0? Toine > 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) >

Re: custom drumstuff, positions of noteheads

2010-09-04 Thread Neil Puttock
On 5 September 2010 00:28, Toine Schreurs 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 d

Re: custom drumstuff, positions of noteheads

2010-09-04 Thread Toine Schreurs
I don't know why it works, but changing, within your fourtoms definition, the float-numbers syntax by surrounding the dots with spaces helps. \version "2.12.2" %%% four Toms #(define fourtoms '((hightom default #t 4) (himidtom default #t 1 . 4) (lowmidtom de

Re: custom drumstuff, positions of noteheads

2010-09-04 Thread Neil Puttock
On 3 September 2010 13:58, Stefan Thomas wrote: > What I don't understand: in the below quoted snippet the positions of the > last three drum notes are the same. > Why is it so and how can I change it? Only integers are allowed for 'line-positions in a DrumStaff. This can be easily fixed, thoug

custom drumstuff, positions of noteheads

2010-09-03 Thread Stefan Thomas
Dear community, I want to create a customized drumstaff for four toms. What I don't understand: in the below quoted snippet the positions of the last three drum notes are the same. Why is it so and how can I change it? \version "2.12.2" %%% four Toms #(define fourtoms '((hightom default #t 4)