]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/dots.hh
patch::: 1.3.93.jcn2
[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 extern SCM Dots_quantised_position_callback_proc;
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   static SCM quantised_position_callback (SCM element, SCM axis);
32   static SCM brew_molecule (SCM);
33 };
34
35 #endif // DOTS_HH