From: matsb <matsb> Date: Fri, 12 Aug 2005 11:58:56 +0000 (+0000) Subject: * lily/tie-engraver.cc: Add tieWaitForNote to the list of read X-Git-Tag: release/2.6.4~17^2~92 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e79332c49cedd8dda021adacb2e484f1a911f3ff;p=lilypond.git * lily/tie-engraver.cc: Add tieWaitForNote to the list of read properties and move tieMelismaBusy to the list of written properties. --- diff --git a/ChangeLog b/ChangeLog index ad2c47bd4b..f6f820653a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-12 Mats Bengtsson <mabe@drongo.s3.kth.se> + + * lily/tie-engraver.cc: Add tieWaitForNote to the list of read + properties and move tieMelismaBusy to the list of written + properties. + 2005-08-12 Heikki Junes <hjunes@cc.hut.fi> * po/TODO: suggest to use a dedicated tool like kbabel. diff --git a/lily/tie-engraver.cc b/lily/tie-engraver.cc index b8b7c0b4cd..a9765c85b5 100644 --- a/lily/tie-engraver.cc +++ b/lily/tie-engraver.cc @@ -207,5 +207,5 @@ ADD_TRANSLATOR (Tie_engraver, /* doc */ "Generate ties between noteheads of equal pitch.", /* create */ "Tie TieColumn", /* accept */ "tie-event", - /* read */ "tieMelismaBusy", - /* write */ ""); + /* read */ "tieWaitForNote", + /* write */ "tieMelismaBusy");