X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fseparating-group-spanner.hh;h=15b6aecbe839b10b5c897aa18179148360ea5308;hb=d929a664c85112ffecaa16c5e114d6f75cf002e2;hp=8bcff500a425c68bb82ff9d98c15c6a19be669bb;hpb=9b40d66187029df3dca86fc5ecc65f64db315a48;p=lilypond.git diff --git a/lily/include/separating-group-spanner.hh b/lily/include/separating-group-spanner.hh index 8bcff500a4..15b6aecbe8 100644 --- a/lily/include/separating-group-spanner.hh +++ b/lily/include/separating-group-spanner.hh @@ -1,11 +1,10 @@ -/* +/* separating-group-spanner.hh -- declare Separating_group_spanner - + source file of the GNU LilyPond music typesetter - - (c) 1998--2000 Han-Wen Nienhuys - - */ + + (c) 1998--2006 Han-Wen Nienhuys +*/ #ifndef SEPARATING_GROUP_SPANNER_HH #define SEPARATING_GROUP_SPANNER_HH @@ -14,10 +13,15 @@ class Separating_group_spanner { + static void find_rods (Item *, + vector const &separators, + vsize idx, + Real); public: - static void add_spacing_unit (Score_element*me, Item*); - static void set_interface (Score_element*); - DECLARE_SCHEME_CALLBACK(set_spacing_rods, (SCM )); + static void add_spacing_unit (Grob *me, Item *); + + static bool has_interface (Grob *); + DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); }; #endif /* SEPARATING_GROUP_SPANNER_HH */