summaryrefslogtreecommitdiff
path: root/lily/chord-name-engraver.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2004-12-09 00:19:35 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2004-12-09 00:19:35 +0000
commit14d74ac262744d16fc753ee41042d32860d58633 (patch)
tree6a1d76c3bf045269e941a0f38d9894282fa523e0 /lily/chord-name-engraver.cc
parent332da9f4d25f9f63a3222efc87fae06b0c7abbdd (diff)
(DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
Diffstat (limited to 'lily/chord-name-engraver.cc')
-rw-r--r--lily/chord-name-engraver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/chord-name-engraver.cc b/lily/chord-name-engraver.cc
index fa8191a422..44c1333d7a 100644
--- a/lily/chord-name-engraver.cc
+++ b/lily/chord-name-engraver.cc
@@ -151,7 +151,7 @@ Chord_name_engraver::stop_translation_timestep ()
The READs description is not strictly accurate:
which properties are read depend on the chord naming function active.
*/
-ENTER_DESCRIPTION (Chord_name_engraver,
+ADD_TRANSLATOR (Chord_name_engraver,
/* descr */ "Catch note-events "
"and generate the appropriate chordname.",
/* creats*/ "ChordName",