X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fseparating-group-spanner.hh;h=11addba59342356c670abc88105e19780dd074ae;hb=5815dfd8c5f049dba375d2961916448d6f1c40b0;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..11addba593 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--2005 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 *, + Link_array const &separators, + int 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 *); + + static bool has_interface (Grob *); + DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); }; #endif /* SEPARATING_GROUP_SPANNER_HH */