]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/head-grav.hh
2a5b2be2801680f2f7b033e3739d3ce143f2b7af
[lilypond.git] / lily / include / head-grav.hh
1 /*
2   head-grav.hh -- part of GNU LilyPond
3
4   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
6
7
8 #ifndef HEADGRAV_HH
9 #define HEADGRAV_HH
10 #include "engraver.hh"
11
12 struct Note_head_engraver : Engraver {
13     Note_head* note_p_;
14     Rhythmic_req * note_req_l_;
15     
16     /* *************** */
17     Note_head_engraver();
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     DECLARE_MY_RUNTIME_TYPEINFO;
23 };
24
25
26 #endif // HEADGRAV_HH