lilypond-1.3.16
[lilypond.git] / lily / include / score-halign-grav.hh
blob353ad8a0615c92c109a373816bbd78d78dc888b6
1 /*
2 score-halign-grav.hh -- declare Score_horizontal_align_engraver
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef SCORE_HALIGN_GRAV_HH
11 #define SCORE_HALIGN_GRAV_HH
12 #include "engraver.hh"
13 class Score_horizontal_align_engraver : public Engraver {
14 Break_align_item * halign_p_;
15 public:
16 TRANSLATOR_CLONE(Score_horizontal_align_engraver);
17 DECLARE_MY_RUNTIME_TYPEINFO;
18 Score_horizontal_align_engraver();
19 protected:
20 virtual void acknowledge_element (Score_elem_info);
21 virtual void do_pre_move_processing();
23 #endif // SCORE_HALIGN_GRAV_HH