bug-lilypond
[Top][All Lists]
Advanced

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

Re: \set tupletSpannerDuration & multiple voices


From: Xavier Scheuer
Subject: Re: \set tupletSpannerDuration & multiple voices
Date: Sat, 26 Jun 2010 00:56:07 +0200

2010/6/26 Nathan Chou <address@hidden>:

> >I'm not top posting
> \version "2.12.3"
> \paper{ ragged-right=##t }
>
> \relative c'{
>        \set tupletSpannerDuration = #(ly:make-moment 1 4)
>        << { \times 2/3{ c8 d e d e f e f g f g a } } \\ { c,4 d e f } >>
>        << { c d e f } \\ { \times 2/3{ c8 d e d e f e f g f g a } } >>
> }
>
> The notes and beams turn out fine, but the tuplet number and bracket
> span the entire measure instead of each tuplet

Not a bug, IMHO.

Use  \set Staff.tupletSpannerDuration = #(ly:make-moment 1 4)  instead.
Just apply it to the Staff context, not to a Voice different from "1"
and "2" used in << { ... } \\ { ... } >> structure.

Cheers,
Xavier

--
Xavier Scheuer <address@hidden>



reply via email to

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