Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / dots.hh
blobcac34cbaf32a4ec8babee63a5b037686d4f8e5dc
1 /*
2 dots.hh -- declare Dots
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef DOTS_HH
10 #define DOTS_HH
12 #include "lily-proto.hh"
13 #include "grob-interface.hh"
15 class Dots
17 public:
18 DECLARE_SCHEME_CALLBACK (print, (SCM));
19 DECLARE_GROB_INTERFACE();
22 #endif // DOTS_HH