]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/grace-align-item.hh
patch::: 1.3.96.jcn9
[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 "lily-guile.hh"
15 #include "lily-proto.hh"
16
17 class Grace_align_item
18 {
19 public:
20   static void set_interface (Score_element*);
21   static bool has_interface (Score_element*);
22   DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
23 };
24 #endif /* GRACE_ALIGN_ITEM_HH */
25