Comment #34 on issue 3831 by [email protected]: Patch: Improve positioning
of tuplet numbers for kneed beams.
http://code.google.com/p/lilypond/issues/detail?id=3831
David,
While testing the TexInfo code using the @lilypond ... @end lilypond
construct I accidentally used a relative=2 instead of relative=1 option and
it produced a clash.
So try this (the \relative c' is now \relative c'')
\version "2.19.3"
\relative c'' {
\time 3/4
\override Beam.auto-knee-gap = 3
\tuplet 3/2 4 {
g8 c'' e,
c'8 g,, e''
g,,8 e''' c,,
}
}
You can see the middle tuplet number clashing with the stem.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings