2010/6/26 Nathan Chou <starry...@gmail.com>:

> >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 <x.sche...@gmail.com>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to