lilypond-user
[Top][All Lists]
Advanced

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

Re: Nested tuplet across tuplets


From: damianlegassick
Subject: Re: Nested tuplet across tuplets
Date: Sun, 22 Sep 2019 07:11:07 -0000

Hi Andrew

This gets you the rhythm

\version "2.19.83"
{
  <<
    {
      \time 1/8
      \once \omit TupletNumber
      \tuplet 5/4 {
        s32 s s
          \tuplet 5/4
          {
            \stemDown
            g'32[ 32 32 32 32]
          } 
        s s s
      }
  }
  \\
  {
    \tuplet 5/4 8 {
      g'32[ 32 32 16]
      d16\rest 16[ 32]
  }
}
>>
}

On 22 September 2019 at 0:22, Andrew Bernard <address@hidden> wrote:

I have come to an impasse in a score I am setting. Is it even remotely
possible to have a tuplet nested _across_ two tuplets with lilypond? See
attached image.

[Don't blame me for the musical aspect of this - it's not my music!]

Andrew


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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