2 headreg.hh -- part of LilyPond
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #include "register.hh"
12 struct Notehead_register
: Request_register
{
14 Rhythmic_req
* note_req_l_
;
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
);