2 scriptreg.hh -- part of LilyPond
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
11 #include "register.hh"
14 struct Script_register
: Request_register
{
18 void set_dir(int dir_i_
);
19 Script_register(Complex_walker
*);
20 virtual bool try_request(Request
*);
21 virtual void process_request();
22 virtual void acknowledge_element(Staff_elem_info
);
23 virtual void do_pre_move_process();
26 #endif // SCRIPTREG_HH