lilypond-0.1.33
[lilypond.git] / hdr / headreg.hh
blobeaa2d6f9d7794aaa8192f5e74f54d51615185bab
1 /*
2 headreg.hh -- part of LilyPond
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
8 #ifndef HEADREG_HH
9 #define HEADREG_HH
10 #include "register.hh"
12 struct Notehead_register : Request_register {
13 Item* note_p_;
14 Rhythmic_req * note_req_l_;
15 int dir_i_;
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);
28 #endif // HEADREG_HH