]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/lyric-register.hh
release: 0.0.71pre
[lilypond.git] / lily / include / lyric-register.hh
1 /*
2   lyric-register.hh -- declare Lyric_register
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef LYRIC_REGISTER_HH
11 #define LYRIC_REGISTER_HH
12 #include "register.hh"
13 #include "varray.hh"
14
15 #include "lily-proto.hh"
16
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();
25 };
26 #endif // LYRIC_REGISTER_HH