]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/score-align-grav.hh
release: 0.0.78
[lilypond.git] / lily / include / score-align-grav.hh
1 /*
2   score-align-grav.hh -- declare Score_align_reg
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_ALIGN_GRAV_HH
11 #define SCORE_ALIGN_GRAV_HH
12
13 #include "engraver.hh"
14
15 class Score_align_engraver: public Engraver
16 {
17     Horizontal_group_item  * align_p_;
18 public:
19     
20     const char* type_ch_C_;
21     int priority_i_;
22     Score_align_engraver();
23     DECLARE_MY_RUNTIME_TYPEINFO;
24 protected:
25     virtual void acknowledge_element(Score_elem_info);
26     virtual void do_pre_move_processing();
27 };
28 #endif // SCORE_ALIGN_GRAV_HH