]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-sym-reg.hh
release: 0.0.65
[lilypond.git] / lily / include / staff-sym-reg.hh
1 /*
2   staff-sym-reg.hh -- declare 
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef STAFF_SYM_REG_HH
11 #define STAFF_SYM_REG_HH
12 #include "register.hh"
13 #include "moment.hh"
14
15 /**
16   Manage the staff symbol.
17  */
18 class Staff_sym_register : public Request_register { 
19     Staff_symbol *span_p_;
20     Moment last_mom_;
21 public:
22     Staff_sym_register();
23     NAME_MEMBERS(Staff_sym_register);
24 protected:
25     virtual void process_requests();
26     ~Staff_sym_register();
27     virtual void pre_move_processing();
28     virtual void post_move_processing();
29 };
30 #endif // STAFF_SYM_REG_HH