]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/grace-align-item.hh
release: 1.3.37
[lilypond.git] / lily / include / grace-align-item.hh
1 /*   
2   grace-align-item.hh -- declare Grace_align_item
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef GRACE_ALIGN_ITEM_HH
11 #define GRACE_ALIGN_ITEM_HH
12
13
14 #include "item.hh"
15
16 class Grace_align_item : public Item
17 {
18 public:
19   VIRTUAL_COPY_CONS (Score_element);
20   Grace_align_item ();
21 protected:
22   virtual void do_add_processing ();
23   virtual void before_line_breaking ();
24 };
25 #endif /* GRACE_ALIGN_ITEM_HH */
26