lilypond-1.3.16
[lilypond.git] / lily / include / staff-sym-reg.hh
blobb21e697dea834f8de218ec27eedc0ab5e7da28c8
1 /*
2 staff-sym-reg.hh -- declare
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef STAFF_SYM_REG_HH
11 #define STAFF_SYM_REG_HH
12 #include "register.hh"
13 #include "moment.hh"
15 /**
16 Manage the staff symbol.
18 class Staff_sym_register : public Request_register {
19 Staff_symbol *span_p_;
20 public:
21 Staff_sym_register();
22 NAME_MEMBERS();
23 protected:
24 virtual void do_process_requests();
25 virtual void fill_staff_info(Staff_info&);
26 virtual void do_removal_processing();
27 virtual void do_creation_processing();
30 #endif // STAFF_SYM_REG_HH