]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dots.hh
* Another grand 2003 update.
[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--2003 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 (quantised_position_callback, (SCM element, SCM axis));
22   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
23   bool has_interface (Grob*);
24 };
25
26 #endif // DOTS_HH