]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/priority-halign-grav.hh
b591a40eb40ef698a82153588762b38fb7b754c2
[lilypond.git] / lily / include / priority-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--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef FSCORE_HALIGN_GRAV_HH
11 #define FSCORE_HALIGN_GRAV_HH
12
13 #include "engraver.hh"
14
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();
24 };
25 #endif // Priority_HALIGN_GRAV_HH