lilypond-1.5.37
[lilypond.git] / lily / include / separation-item.hh
blob9a64afaf8e8325dfd9e649bd74fa933a48fed86a
1 /*
2 single-malt-grouping-item.hh -- declare Separation_item
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #ifndef SINGLE_MALT_GROUPING_ITEM_HH
11 #define SINGLE_MALT_GROUPING_ITEM_HH
13 #include "lily-proto.hh"
15 /**
17 struct Separation_item
20 static bool has_interface (Grob*);
21 static Interval my_width (Grob*) ;
22 static void add_item (Grob*,Item*);
25 #endif /* SINGLE_MALT_GROUPING_ITEM_HH */