X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fseparating-group-spanner.hh;h=1419d539718cb0e159eb6c1e25168a2ccbfd96ec;hb=f3487cef38f45d65137225ece9f5c289569138bd;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..1419d53971 100644 --- a/lily/include/separating-group-spanner.hh +++ b/lily/include/separating-group-spanner.hh @@ -1,23 +1,28 @@ -/* +/* 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 -#include "spanner.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" 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 *); + + DECLARE_GROB_INTERFACE(); + DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); }; #endif /* SEPARATING_GROUP_SPANNER_HH */