]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/measure-grouping-spanner.hh
2ee4319f586c2ca056f7ceb54aa171618f9afd7c
[lilypond.git] / lily / include / measure-grouping-spanner.hh
1 /*
2   measure-grouping-spanner.hh -- declare
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2002--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef MEASURE_GROUPING_SPANNER_HH
10 #define MEASURE_GROUPING_SPANNER_HH
11
12 #include "grob.hh"
13
14 class Measure_grouping
15 {
16 public:
17   DECLARE_SCHEME_CALLBACK (print, (SCM));
18
19   static bool has_interface (Grob *);
20 };
21
22 #endif /* MEASURE_GROUPING_SPANNER_HH */
23