lilypond-1.3.16
[lilypond.git] / lily / include / script-reg.hh
blob41dccfb6c30393cc53fe601c102a3ec73dff9eff
1 /*
2 script-reg.hh -- part of GNU LilyPond
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
8 #ifndef SCRIPTREG_HH
9 #define SCRIPTREG_HH
11 #include "register.hh"
14 class Script_register : public Request_register {
15 Array<Script *> script_p_arr_;
16 Array<Script_req *> script_req_l_arr_;
18 /* *************** */
19 bool acceptable_elem_b(Score_elem*);
20 public:
21 NAME_MEMBERS();
22 Script_register();
23 protected:
24 virtual bool do_try_request(Request*);
25 virtual void do_process_requests();
26 virtual void acknowledge_element(Score_elem_info);
27 virtual void do_pre_move_processing();
28 virtual void do_post_move_processing();
32 #endif // SCRIPTREG_HH