summaryrefslogtreecommitdiff
path: root/lily/include/head-reg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lily/include/head-reg.hh')
-rw-r--r--lily/include/head-reg.hh14
1 files changed, 9 insertions, 5 deletions
diff --git a/lily/include/head-reg.hh b/lily/include/head-reg.hh
index d5eb6fa5cd..188db10a26 100644
--- a/lily/include/head-reg.hh
+++ b/lily/include/head-reg.hh
@@ -10,14 +10,18 @@
#include "register.hh"
struct Notehead_register : Request_register {
- Item* note_p_;
+ Notehead* note_p_;
+ Rhythmic_req * note_req_l_;
int dir_i_;
+
/* *************** */
- Notehead_register(Complex_walker*);
+ Notehead_register();
virtual bool try_request(Request *req_l) ;
- virtual void process_request();
- virtual void do_pre_move_process();
- void set_dir(int);
+ virtual void process_requests();
+ virtual void pre_move_processing();
+ virtual void post_move_processing();
+ void set_feature(Features);
+ NAME_MEMBERS(Notehead_register);
};