2 separating-group-spanner.hh -- declare Separating_group_spanner
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
9 #ifndef SEPARATING_GROUP_SPANNER_HH
10 #define SEPARATING_GROUP_SPANNER_HH
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
15 class Separating_group_spanner
17 static void find_rods (Item *,
18 vector<Grob*> const &separators,
22 static void add_spacing_unit (Grob *me, Item *);
24 DECLARE_GROB_INTERFACE();
25 DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
28 #endif /* SEPARATING_GROUP_SPANNER_HH */