Hi,
Can/should the default beaming for triplets be changed as indicated by
this example?:
\version "2.12.2"
\relative c'' {
\time 2/4
\times 2/3 { c8. c16 c8 } %16 beam nib pointing right instead of left
\times 2/3 { %this workaround fixes it.
c8. \set stemLeftBeamCount = #2 \set stemRightBeamCount = #1 c16 c8 }
\time 3/8 c8. c16 c8 %works as expected outside of triplet
}
Thanks,
Paul Scott
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond