*** empty log message ***
[lilypond.git] / lily / include / measure-grouping-spanner.hh
blobafba2bf9e7fb017e54aaa77c9b5730b011d66194
1 /*
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>
8 */
10 #ifndef MEASURE_GROUPING_SPANNER_HH
11 #define MEASURE_GROUPING_SPANNER_HH
13 #include "grob.hh"
15 class Measure_grouping
17 public:
18 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
20 static bool has_interface (Grob*);
24 #endif /* MEASURE_GROUPING_SPANNER_HH */