]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/grace-align-item.hh
812a442e295d91cbb69f9c570c4a535bf6c9cbeb
[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 /*
18   horizontal-space -- amount of space to add after a note (in staff-space)
19  */
20
21 class Grace_align_item
22 {
23 public:
24   static void set_interface (Score_element*);
25   static bool has_interface (Score_element*);
26   DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
27 };
28 #endif /* GRACE_ALIGN_ITEM_HH */
29