diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-08-02 21:41:16 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-08-02 21:41:16 +0000 |
commit | c4c0ba811cd526f047de3f4d3c77abcc32a3e076 (patch) | |
tree | b2af45472c4e2a0cabb309d37b15a99de8c595c4 /lily/melisma-translator.cc | |
parent | 013927ef96837fc7fddb62d6313e8f58be519c37 (diff) |
*** empty log message ***
Diffstat (limited to 'lily/melisma-translator.cc')
-rw-r--r-- | lily/melisma-translator.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lily/melisma-translator.cc b/lily/melisma-translator.cc index 74b0e10d5e..950eee3e05 100644 --- a/lily/melisma-translator.cc +++ b/lily/melisma-translator.cc @@ -11,6 +11,8 @@ #include "context.hh" #include "translator.icc" +/* Remove this translator. */ + /** Signal existence of melismas. */ @@ -67,6 +69,6 @@ Melisma_translator::Melisma_translator () ADD_TRANSLATOR (Melisma_translator, /* doc */ "This translator collects melisma information about ties, beams, and user settings (@code{melismaBusy}, and signals it to the @code{\addlyrics} code. ", /* create */ "", - /* accept */ "melisma-playing-event melisma-span-event", + /* accept */ "", /* read */ "melismaBusy melismaBusyProperties slurMelismaBusy tieMelismaBusy beamMelismaBusy", /* write */ ""); |