This code works as expected:

\version "2.8.1"

\relative c'' {
 c8. d16 e8 f
 \times 2/3 { c8. d16 e8 }
}


This code places the partial beam for the sixteenth note in the tuplet on the wrong side of the stem. (It's the correct side for the flag when unbeamed).

\version "2.8.1"

\relative c'' { c8. d16 e8 f \times 2/3 { c8.[ d16 e8] } }


I believe I have read about a bug list but I don't find it documented. I would have researched this but don't want to search the whole bug list archive.

Paul Scott



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

Reply via email to