2 lyric-performer.hh -- declare Lyric_performer
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
10 #ifndef LYRIC_PERFOMER_HH
11 #define LYRIC_PERFOMER_HH
13 #include "lily-proto.hh"
14 #include "performer.hh"
17 class Lyric_performer : public Performer {
19 VIRTUAL_COPY_CONS(Translator);
23 void do_print() const;
24 virtual bool do_try_music (Music* req_l);
25 virtual void do_process_music();
26 virtual void do_pre_move_processing ();
29 Link_array<Lyric_req> lreq_arr_;
33 #endif // LYRIC_PERFOMER_HH