]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/score-halign-reg.hh
release: 0.0.71pre
[lilypond.git] / lily / include / score-halign-reg.hh
1 /*
2   score-halign-reg.hh -- declare Score_horizontal_align_register
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 SCORE_HALIGN_REG_HH
11 #define SCORE_HALIGN_REG_HH
12 #include "register.hh"
13 class Score_horizontal_align_register : public Request_register {
14     
15     Break_align_item * halign_p_;
16 public:
17     NAME_MEMBERS();
18     Score_horizontal_align_register();
19 protected:
20     virtual void acknowledge_element(Score_elem_info);
21     virtual void do_pre_move_processing();
22 };
23 #endif // SCORE_HALIGN_REG_HH