lilypond-user
[Top][All Lists]
Advanced

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

Re: Triplet within triplet, omitting and undoing TupletNumbers


From: David Kastrup
Subject: Re: Triplet within triplet, omitting and undoing TupletNumbers
Date: Mon, 23 Sep 2019 00:30:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Knute Snortum <address@hidden> 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 sixteenth-note triplets.  Like this:
>
> %%% Start
> \version "2.19.83"
> \include "english.ly"
>
> \relative {
>   \omit TupletNumber \tuplet 3/2 4 {
>     af''8 g8. f16 f8 ef8. df16 \undo \omit TupletNumber
>     \tuplet 3/2 { df16[ ef df } \omit TupletNumber c8 r16 bf]
>   }
> }
> %%% End
>
> But this doesn't work, as the last three eighth-note triplets have a
> TupletNumber appearing.  See attached.  Any way to get rid of the last
> eighth-note triplet TupletNumber?

I find that tweaks of the TupletNumber stencil are somewhat quirky.
There may be a bug involved.

I'd just punt here and use

%%% Start
\version "2.19.83"
\include "english.ly"

\relative {
  \scaleDurations 2/3 {
    af''8 g8. f16 f8 ef8. df16
    \tuplet 3/2 { df16[ ef df } c8 r16 bf]
  }
}
%%% End

-- 
David Kastrup

reply via email to

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