2 measure-grouping-spanner.hh -- declare
4 source file of the GNU LilyPond music typesetter
6 (c) 2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef MEASURE_GROUPING_SPANNER_HH
11 #define MEASURE_GROUPING_SPANNER_HH
15 class Measure_grouping
18 DECLARE_SCHEME_CALLBACK (brew_molecule
, (SCM
));
20 static bool has_interface (Grob
*);
24 #endif /* MEASURE_GROUPING_SPANNER_HH */