X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fseparating-group-spanner.hh;h=1419d539718cb0e159eb6c1e25168a2ccbfd96ec;hb=f3487cef38f45d65137225ece9f5c289569138bd;hp=d01b6dbb5182685c930032c8f429921f006ed77a;hpb=3c2f386f1385a10dafbb811be245f5a75d6b132c;p=lilypond.git diff --git a/lily/include/separating-group-spanner.hh b/lily/include/separating-group-spanner.hh index d01b6dbb51..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*); - static SCM 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 */