]> git.donarmstrong.com Git - lilypond.git/blob - hdr/headreg.hh
release: 0.0.38
[lilypond.git] / hdr / headreg.hh
1 /*
2   headreg.hh -- part of 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 Notehead_register : Request_register {
13     Item* note_p_;
14     Rhythmic_req * note_req_l_;
15     int dir_i_;
16     
17     /* *************** */
18     Notehead_register();
19     virtual bool try_request(Request *req_l) ;
20     virtual void process_requests();
21     virtual void pre_move_processing();
22     virtual void post_move_processing();
23     void set_feature(Features);
24     NAME_MEMBERS(Notehead_register);
25 };
26
27
28 #endif // HEADREG_HH