Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / measure-grouping-spanner.hh
blob443c06b91cb2ed7474f99a395d66e2c50fcd7aec
1 /*
2 measure-grouping-spanner.hh -- declare
4 source file of the GNU LilyPond music typesetter
6 (c) 2002--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef MEASURE_GROUPING_SPANNER_HH
10 #define MEASURE_GROUPING_SPANNER_HH
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
16 class Measure_grouping
18 public:
19 DECLARE_SCHEME_CALLBACK (print, (SCM));
21 DECLARE_GROB_INTERFACE();
24 #endif /* MEASURE_GROUPING_SPANNER_HH */