From: fred Date: Wed, 27 Mar 2002 00:40:10 +0000 (+0000) Subject: lilypond-1.3.110 X-Git-Tag: release/1.5.59~982 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0822db8bdb2131ec0309cc5104211a0a865acf0d;p=lilypond.git lilypond-1.3.110 --- diff --git a/lily/include/lyric-engraver.hh b/lily/include/lyric-engraver.hh deleted file mode 100644 index 455ed51d79..0000000000 --- a/lily/include/lyric-engraver.hh +++ /dev/null @@ -1,38 +0,0 @@ -/* - lyric-engraver.hh -- declare Lyric_engraver - - source file of the GNU LilyPond music typesetter - - (c) 1997--2000 Han-Wen Nienhuys -*/ - - -#ifndef LYRIC_ENGRAVER_HH -#define LYRIC_ENGRAVER_HH - -#include "lily-proto.hh" -#include "engraver.hh" -#include "array.hh" - -/** - Generate texts for lyric syllables. We only do one lyric at a time. - Multiple copies of this engraver should be used to do multiple voices. - */ -class Lyric_engraver : public Engraver -{ -protected: - virtual void stop_translation_timestep(); - virtual bool try_music (Music*); - void deprecated_process_music(); - virtual void start_translation_timestep (); -public: - Lyric_engraver (); - VIRTUAL_COPY_CONS (Translator); - -private: - Lyric_req * req_l_; - Item* text_p_; -}; - - -#endif // LYRIC_ENGRAVER_HH