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