]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rhythmic-head.hh
62dc93ebb36258e149ff6eec257d6908620cfa6a
[lilypond.git] / lily / include / rhythmic-head.hh
1 /*
2   rhythmic-head.hh -- declare Rhythmic_head
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 RHYTHMIC_HEAD_HH
11 #define RHYTHMIC_HEAD_HH
12
13 #include "lily-guile.hh"
14 #include "lily-proto.hh"
15
16 class Rhythmic_head
17 {
18 public:
19   static int duration_log (Grob*);
20   static void set_dots (Grob*,Item *);
21   static Item * get_stem (Grob*) ;
22   static Item * get_dots (Grob*) ;
23   static int dot_count (Grob*) ;
24   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
25   static bool has_interface (Grob*);
26   
27 };
28
29 #endif // RHYTHMIC_HEAD_HH