lilypond-1.3.16
[lilypond.git] / lily / include / lyric-register.hh
blobe8468f0b9fca0504007e0023c005f6e8e1c7e963
1 /*
2 lyric-register.hh -- declare Lyric_register
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef LYRIC_REGISTER_HH
11 #define LYRIC_REGISTER_HH
12 #include "register.hh"
13 #include "varray.hh"
15 #include "lily-proto.hh"
17 class Lyric_register : public Request_register {
18 Array<Lyric_req*> lreq_arr_;
19 virtual bool do_try_request(Request*);
20 virtual void do_process_requests();
21 virtual void do_post_move_processing();
22 public:
23 NAME_MEMBERS();
24 Lyric_register();
26 #endif // LYRIC_REGISTER_HH