Status: Accepted Owner: ---- Labels: Type-Ugly New issue 2616 by [email protected]: Ties sometimes too short, nearly dots http://code.google.com/p/lilypond/issues/detail?id=2616
Ties are drawn between notes spaced according to note-spacing rules that do not consider ties. Sometimes, those rules do not allow room for the tie.
{ r2. % \once\override Stem #'extra-spacing-width = #'(0 . 2)
d'4 ~ \break
\clef soprano d'4 r2. }
