]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/measure-grouping-spanner.hh
Run `make grand-replace'.
[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--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef MEASURE_GROUPING_SPANNER_HH
10 #define MEASURE_GROUPING_SPANNER_HH
11
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
14
15
16 class Measure_grouping
17 {
18 public:
19   DECLARE_SCHEME_CALLBACK (print, (SCM));
20
21   DECLARE_GROB_INTERFACE();
22 };
23
24 #endif /* MEASURE_GROUPING_SPANNER_HH */
25