lilypond-0.0.39
[lilypond.git] / lily / include / head-reg.hh
blobd5eb6fa5cd2f0764d1949b25112d64176da91da7
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 int dir_i_;
15 /* *************** */
16 Notehead_register(Complex_walker*);
17 virtual bool try_request(Request *req_l) ;
18 virtual void process_request();
19 virtual void do_pre_move_process();
20 void set_dir(int);
24 #endif // HEADREG_HH