]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dots.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / dots.hh
1 /*
2   dots.hh -- declare Dots
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef DOTS_HH
10 #define DOTS_HH
11
12 #include "lily-proto.hh"
13 #include "grob-interface.hh"
14
15 class Dots
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (print, (SCM));
19   DECLARE_GROB_INTERFACE();
20 };
21
22 #endif // DOTS_HH