]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/staff-sym-reg.hh
release: 0.0.46.jcn1
[lilypond.git] / lily / include / staff-sym-reg.hh
1 /*
2   staff-sym-reg.hh -- declare 
3
4   source file of the 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     Staff_sym_register();
24     NAME_MEMBERS(Staff_sym_register);
25     virtual void pre_move_processing();
26     virtual void post_move_processing();
27 };
28 #endif // STAFF_SYM_REG_HH