lilypond-1.0.19
[lilypond.git] / lily / include / score-align-reg.hh
blob3f7e15ca4f793c6d68c82063f68271f40f19c454
1 /*
2 score-align-reg.hh -- declare Score_align_reg
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef SCORE_ALIGN_REG_HH
11 #define SCORE_ALIGN_REG_HH
13 #include "register.hh"
15 class Score_align_register: public Request_register
17 Horizontal_group_item * align_p_;
18 public:
20 const char* type_ch_C_;
21 int priority_i_;
22 Score_align_register();
23 NAME_MEMBERS();
24 protected:
25 virtual void acknowledge_element(Score_elem_info);
26 virtual void do_pre_move_processing();
28 #endif // SCORE_ALIGN_REG_HH