From: Han-Wen Nienhuys Date: Wed, 24 Aug 2005 09:03:33 +0000 (+0000) Subject: add note about remaining bugs. X-Git-Tag: release/2.7.8~34 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=92af852338c1d4af070893f89afc43889f0182e6;p=lilypond.git add note about remaining bugs. --- diff --git a/ChangeLog b/ChangeLog index 52b40f6ac2..4758a9b693 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-08-24 Han-Wen Nienhuys + * input/regression/tie-chord.ly: add note about remaining bugs. + * lily/tie.cc (print): try Tie_column::set_directions () if control-points not yet defined. diff --git a/input/regression/tie-chord.ly b/input/regression/tie-chord.ly index c77c51a6ba..a06cade46a 100644 --- a/input/regression/tie-chord.ly +++ b/input/regression/tie-chord.ly @@ -3,7 +3,12 @@ texidoc = "In chords, ties keep closer to the note head vertically, but never collide with heads or stems. Seconds are formatted up/down; -the rest of the ties are positioned according to their vertical position." +the rest of the ties are positioned according to their vertical +position. + +The code does not handle all cases. Sometimes ties will printed on top +of or very close to each other. This happens in the last chords of +each system. " }