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