X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fseparation-item.hh;h=012935761bbe2458fcdb406dd5f8605e5ae560c0;hb=6d37e68b8d93284b8ce8a17975fe3ac482a02f2d;hp=e8e53539eb52acd4856246aef2d40fd8223288dc;hpb=d9b43b93f2c885409bafdb157138158f65cc49aa;p=lilypond.git diff --git a/lily/include/separation-item.hh b/lily/include/separation-item.hh index e8e53539eb..012935761b 100644 --- a/lily/include/separation-item.hh +++ b/lily/include/separation-item.hh @@ -1,25 +1,26 @@ -/* +/* single-malt-grouping-item.hh -- declare Separation_item - + source file of the GNU LilyPond music typesetter - - (c) 1997--2002 Han-Wen Nienhuys - - */ + + (c) 1997--2006 Han-Wen Nienhuys +*/ #ifndef SINGLE_MALT_GROUPING_ITEM_HH #define SINGLE_MALT_GROUPING_ITEM_HH #include "lily-proto.hh" +#include "direction.hh" -/** -*/ struct Separation_item { - static void set_interface (Grob*); - static bool has_interface (Grob*); - static Interval my_width (Grob*) ; - static void add_item (Grob*,Item*); + static bool has_interface (Grob *); + static Interval conditional_width (Grob *, Grob *); + static Interval width (Grob *); + static Interval relative_width (Grob *, Grob *); + static Grob *extremal_break_aligned_grob (Grob *, Direction, Interval *); + static void add_item (Grob *, Item *); + static void add_conditional_item (Grob *, Grob *); }; #endif /* SINGLE_MALT_GROUPING_ITEM_HH */