2010/6/26 Nathan Chou <[email protected]>:
> >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 <[email protected]>
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond