> I'm not top posting.
Autobeaming dotted semiquaver with 64th in tuplet is incorrect for 2.15.23.
Beams of first 64th points to the left instead of beeing connected to the beams
of the 2nd and 3rd 64th.
Maybe this is a side effect of the latest patch for issue 11
(http://code.google.com/p/lilypond/issues/detail?id=11)
Behaviour in 2.14.2 is correct.
best regards,
Martin
%sample snippet
\version "2.15.23"
\score {
\relative c'{
\time 2/4
%correct with lilypond 2.14.2
c4 c8. \times 2/3{d32 e f}
}}
%workaround with manual tweaks:
\version "2.15.23"
br = {
\set stemLeftBeamCount = #1
\set stemRightBeamCount = #3
}
blr = {
\set stemLeftBeamCount = #3
\set stemRightBeamCount = #3
}
\score {
\relative c'{
\time 2/4
%correct with manual tweaks
c4 c8. \times 2/3{\br d32 \blr e f}
}}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond