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: Andrew Bernard
Subject: Re: Triplet within triplet, omitting and undoing TupletNumbers
Date: Mon, 23 Sep 2019 11:00:05 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

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/19 7:55 am, Knute Snortum wrote:
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.



reply via email to

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