]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/measure-grouping-spanner.hh
*** empty log message ***
[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@cs.uu.nl>
7
8  */
9
10 #ifndef MEASURE_GROUPING_SPANNER_HH
11 #define MEASURE_GROUPING_SPANNER_HH
12
13 #include "grob.hh"
14
15 class Measure_grouping
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (print, (SCM ));
19  
20   static bool has_interface (Grob*);
21 };
22
23
24 #endif /* MEASURE_GROUPING_SPANNER_HH */
25