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