From: Mats Bengtsson 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.7.5~16 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=32941fbc33cb7d232a154349ded7d76bdde3abee;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 + + * 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 * 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");