Noeck <[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user