]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dots.hh
Imported sources
[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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef DOTS_HH
11 #define DOTS_HH
12
13 #include "lily-proto.hh"
14 #include "lily-guile.hh"
15
16
17
18 class Dots
19 {
20 public:
21   DECLARE_SCHEME_CALLBACK (print, (SCM ));
22   bool has_interface (Grob*);
23 };
24
25 #endif // DOTS_HH