]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/separation-item.hh
* lily/accidental-placement.cc (split_accidentals): new function
[lilypond.git] / lily / include / separation-item.hh
1 /*   
2   single-malt-grouping-item.hh -- declare Separation_item
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef SINGLE_MALT_GROUPING_ITEM_HH
11 #define SINGLE_MALT_GROUPING_ITEM_HH
12
13 #include "lily-proto.hh"
14
15 struct Separation_item
16 {
17   static bool has_interface (Grob*);
18   static Interval conditional_width (Grob*,Grob*) ;
19   static Interval width (Grob*) ;
20
21   static void add_item (Grob*,Item*);
22   static void add_conditional_item (Grob*,Grob*);  
23 };
24
25 #endif /* SINGLE_MALT_GROUPING_ITEM_HH */
26