]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/tie-engraver.cc: Add tieWaitForNote to the list of read
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 12 Aug 2005 11:58:56 +0000 (11:58 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 12 Aug 2005 11:58:56 +0000 (11:58 +0000)
properties and move tieMelismaBusy to the list of written
properties.

ChangeLog
lily/tie-engraver.cc

index ad2c47bd4b680b5967997fb5feafe8cdf28205fa..f6f820653ac8f544b1e492ef0b28e10688708829 100644 (file)
--- 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.
index b8b7c0b4cd74a054b7641cbd64b904af38a1d348..a9765c85b50f4e134d20890e283f020e8e9f52ea 100644 (file)
@@ -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");