lilypond-user
[Top][All Lists]
Advanced

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

Re: more Tuplets...


From: David Kastrup
Subject: Re: more Tuplets...
Date: Thu, 24 Jan 2013 09:51:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Noeck <address@hidden> writes:

> #(ly:make-moment 6 8) produces separately grouped tuplets every 6/8 -
> which is probably a full measure in your case (if you use \times 6/8).
> In general, if you want to group tuplets after x/y, the function
> #(ly:make-moment x y) will produce this duration.
>
> If you want the triplets lasting half of such a 6/8 measure, you can use
> 3/8:
>
> {
>   \time 6/8
>   \set tupletSpannerDuration = #(ly:make-moment 3 8)
>   \times 6/4 { e16[ fis g gis] a16[ ais b b] }
> }

With the hopefully-2.17.11 syntax this would be

{
  \time 6/8
  \tuplet 4/6 4. { e16 fis g gis a ais b b }
}

Now this still is mathematics.  It seems closer to the kind of
mathematics you'd use in music.  Though I am not sure I'd not prefer

{
  \time 6/8
  \tuplet 2/3 4. { e16[ fis] g[ gis] a[ ais] b[ b] }
}

instead, but admittedly, that has a slightly different accent structure.

-- 
David Kastrup




reply via email to

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