Re: Triplet within triplet, omitting and undoing TupletNumbers

2019-09-23 Thread Knute Snortum
On Sun, Sep 22, 2019 at 6:35 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi all, > > > \tweak stencil #point-stencil > > \tuplet 3/2 4 { > > af''8 g8. f16 f8 ef8. df16 > > \tweak color #red > > \tuplet 3/2 { > > df16[ ef df > > } c8 r16 bf] > > } > > }

Re: Triplet within triplet, omitting and undoing TupletNumbers

2019-09-22 Thread Kieren MacMillan
Hi all, > \tweak stencil #point-stencil > \tuplet 3/2 4 { > af''8 g8. f16 f8 ef8. df16 > \tweak color #red > \tuplet 3/2 { > df16[ ef df > } c8 r16 bf] > } > } Similar, with similarly successful results: \version "2.19.83" \include "english.ly" \relative { \tweak

Re: Triplet within triplet, omitting and undoing TupletNumbers

2019-09-22 Thread Andrew Bernard
A possibility. Any use to you? Andrew %%% Start \version "2.19.83" \include "english.ly" \relative {   \tweak stencil #point-stencil   \tuplet 3/2 4 {     af''8 g8. f16 f8 ef8. df16     \tweak color #red     \tuplet 3/2 {   df16[ ef df     } c8 r16 bf]   } } %%% End On 23/9

Re: Triplet within triplet, omitting and undoing TupletNumbers

2019-09-22 Thread Kieren MacMillan
Hi David, > I find that tweaks of the TupletNumber stencil are somewhat quirky. > There may be a bug involved. I would have thought \single would work there, but it doesn’t seem to. Is there a possible/likely fix for that? Thanks, Kieren. Kieren MacMillan, compo

Re: Triplet within triplet, omitting and undoing TupletNumbers

2019-09-22 Thread David Kastrup
Knute Snortum writes: > I have what may be a simple problem, but I can't see how to do it. I have > a series of eighth-note triplets with one of those eighth-notes further > divided into sixteenth-note triplets. I want to omit the TupletNumber on > the eighth-note triplets but not on the sixtee

Triplet within triplet, omitting and undoing TupletNumbers

2019-09-22 Thread Knute Snortum
I have what may be a simple problem, but I can't see how to do it. I have a series of eighth-note triplets with one of those eighth-notes further divided into sixteenth-note triplets. I want to omit the TupletNumber on the eighth-note triplets but not on the sixteenth-note triplets. Like this: