]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/head-reg.hh
release: 0.0.71pre
[lilypond.git] / lily / include / head-reg.hh
1 /*
2   headreg.hh -- part of GNU LilyPond
3
4   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
6
7
8 #ifndef HEADREG_HH
9 #define HEADREG_HH
10 #include "register.hh"
11
12 struct Note_head_register : Request_register {
13     Note_head* note_p_;
14     Rhythmic_req * note_req_l_;
15     
16     /* *************** */
17     Note_head_register();
18     virtual bool do_try_request(Request *req_l) ;
19     virtual void do_process_requests();
20     virtual void do_pre_move_processing();
21     virtual void do_post_move_processing();
22     NAME_MEMBERS();
23 };
24
25
26 #endif // HEADREG_HH