From 0822db8bdb2131ec0309cc5104211a0a865acf0d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:40:10 +0000 Subject: [PATCH] lilypond-1.3.110 --- lily/include/lyric-engraver.hh | 38 ---------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 lily/include/lyric-engraver.hh 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 -- 2.39.5