]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/priority-halign-engraver.hh
patch::: 1.1.17.mb1: Re: LilyPond Xmas release
[lilypond.git] / lily / include / priority-halign-engraver.hh
1 /*
2   score-halign-engraver.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@cs.uu.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   VIRTUAL_COPY_CONS(Translator);
19   
20   Priority_horizontal_align_engraver();
21 protected:
22   virtual void acknowledge_element (Score_element_info);
23   virtual void do_pre_move_processing();
24 };
25 #endif // Priority_HALIGN_GRAV_HH