]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dots.hh
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[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--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef DOTS_HH
10 #define DOTS_HH
11
12 #include "lily-proto.hh"
13 #include "lily-guile.hh"
14 #include "grob-interface.hh"
15
16 class Dots
17 {
18 public:
19   DECLARE_SCHEME_CALLBACK (print, (SCM));
20   DECLARE_GROB_INTERFACE();
21 };
22
23 #endif // DOTS_HH