X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fseparating-group-spanner.hh;h=37256f0310e596f701604c352cf03b6c790f44bf;hb=5010bff384ba8243dd75dc2b2fcc0be5dc2a14da;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..37256f0310 100644 --- a/lily/include/separating-group-spanner.hh +++ b/lily/include/separating-group-spanner.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2000 Han-Wen Nienhuys + (c) 1998--2002 Han-Wen Nienhuys */ @@ -15,9 +15,13 @@ class Separating_group_spanner { 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 void find_rods (Item*, SCM); + + static bool has_interface (Grob*); + static void find_musical_sequences (Grob*); + DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM )); + DECLARE_SCHEME_CALLBACK (set_spacing_rods_and_seqs, (SCM )); }; #endif /* SEPARATING_GROUP_SPANNER_HH */