lilypond-user
[Top][All Lists]
Advanced

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

Re: compound time signature with non duple denominator


From: Noeck
Subject: Re: compound time signature with non duple denominator
Date: Fri, 28 Oct 2016 21:13:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

> Forgive me if this is a too-easy issue for the list, but: is there a way
> to define a time compound time signature such as 4/4 + 1/3?  That is,
> the measure is four quarter notes long plus one triplet eighth note.

Hi Tobin,

this is definitely a valid question for this list!
This snippet will help you, I guess:
http://lsr.di.unimi.it/LSR/Item?id=743

However the additional 1/3 is the length of a triplet half note:
1/3 = 1/2 * 2/3

\version "2.19.36"

\relative c' {
  \compoundMeter #'((4 4) (1 3))
  a4 a a a \tuplet 3/2 { a2 | a a }
}

For a 4/4 measure plus a triplet 8th note, you would need 1/12 if I am
not mistaken:

\relative c' {
  \compoundMeter #'((4 4) (1 12))
  a4 a a a \tuplet 3/2 { a8 | a a }
}


HTH,
Joram



reply via email to

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