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>
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_
;
20 const char* type_ch_C_
;
22 Score_align_register();
25 virtual void acknowledge_element(Score_elem_info
);
26 virtual void do_pre_move_processing();
28 #endif // SCORE_ALIGN_REG_HH