]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/horizontal-align-item.hh
ae2ff01640595580b9e2551494859ba1ad39b1a1
[lilypond.git] / lily / include / horizontal-align-item.hh
1 /*
2   horizontal-align-item.hh -- declare Horizontal_align_item
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef HORIZONTAL_ALIGN_ITEM_HH
11 #define HORIZONTAL_ALIGN_ITEM_HH
12
13 #include "item.hh"
14 #include "align-element.hh"
15
16 /**
17   Order elems left to right.
18
19   TODO: insert (order, elem)
20   */
21 class Horizontal_align_item : public Item , public Align_element {
22 public:
23   
24   VIRTUAL_COPY_CONS(Score_element);
25   void add_item (Item*, int p);
26   Horizontal_align_item();
27   virtual void do_print() const;
28
29 };
30 #endif // HORIZONTAL_ALIGN_ITEM_HH