]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dots.hh
ea4ce9be63ecd2446ab14a7c409e97bc564b5ce6
[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--2000 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 /**
19   The dots to go with a notehead/rest.  A separate class, since they
20   are a party in collision resolution.
21
22   properties:
23
24   dot-count -- number of dots.
25
26   
27   */
28 class Dots                      // interface
29 {
30 public:
31   DECLARE_SCHEME_CALLBACK(quantised_position_callback, (SCM element, SCM axis));
32   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
33 };
34
35 #endif // DOTS_HH