Re: another triplets question

2005-02-18 Thread Paul Scott
Mats Bengtsson wrote: Paul Scott wrote: Did you set this previously? It says group the tuplets in quarter (1 / 4) note groups which is smaller than the grouping you are indicating. The correct one for a 4 quarter note (one whole note) grouping would be: \set tupletSpannerDuration = #(ly:make-m

Re: another triplets question

2005-02-18 Thread Mats Bengtsson
The math is very simple, you want to squeeze in 3 half notes to have the same duration as 2 normal half notes, so each of them has to be 2/3 times as long as normal. The tupletSpannerDuration property, on the other hand, is something completely different. Normally, when you use \times 2/3 {...}, yo

Re: another triplets question

2005-02-18 Thread Chip
Paul Scott wrote: Chip wrote: Now that the previous triplets question is answered and working properly howabout this one - I have 4/4 time, 3 triplet 1/2 notes in one measure. I can get the 3 notes in the measure, but the triplet indicator is the # 3 under each individual note, and no bar. \ti

Re: another triplets question

2005-02-18 Thread Mats Bengtsson
Paul Scott wrote: Chip wrote: Now that the previous triplets question is answered and working properly howabout this one - I have 4/4 time, 3 triplet 1/2 notes in one measure. I can get the 3 notes in the measure, but the triplet indicator is the # 3 under each individual note, and no bar. \t

Re: another triplets question

2005-02-17 Thread Paul Scott
Chip wrote: Now that the previous triplets question is answered and working properly howabout this one - I have 4/4 time, 3 triplet 1/2 notes in one measure. I can get the 3 notes in the measure, but the triplet indicator is the # 3 under each individual note, and no bar. \times 2/3 {fs2 fs fs

another triplets question

2005-02-17 Thread Chip
Now that the previous triplets question is answered and working properly howabout this one - I have 4/4 time, 3 triplet 1/2 notes in one measure. I can get the 3 notes in the measure, but the triplet indicator is the # 3 under each individual note, and no bar. \times 2/3 {fs2 fs fs ~} I've tri