Status: Accepted Owner: ---- Labels: Type-UglyNew issue 2571 by [email protected]: tuplet bracket starts to late when the expression starts with a spacer
http://code.google.com/p/lilypond/issues/detail?id=2571
the tuplet bracket is to short on the left:
{ \times 2/3{ s4 c' e'} r4 }
a workaround is to use a hidden rest instead:
{ \times 2/3{ \hideNotes r4 \unHideNotes c' e'} }
