Comment #5 on 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
If you want to see how this would look (modulo programming errors), it does
not seem like much of an improvement:
\layout { \context
{ \Voice
\consists #(make-engraver
(listeners
((skip-event engraver event)
(ly:engraver-make-grob engraver 'NoteColumn event))))
}
}
{ \times 2/3{ s4 c' e'} r4 }
\new Staff { \time 3/4 << { c''4 c'' c'' } \\ { \times 2/3{ s4 c' e'} r4 }
}