]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rhythmic-head.hh
a1d722b6b99643301c0161bab5941223fad9fa92
[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--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef RHYTHMIC_HEAD_HH
10 #define RHYTHMIC_HEAD_HH
11
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
14
15 class Rhythmic_head
16 {
17 public:
18   static int duration_log (Grob *);
19   static void set_dots (Grob *, Item *);
20   static Item *get_stem (Grob *);
21   static Item *get_dots (Grob *);
22   static int dot_count (Grob *);
23   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
24   DECLARE_GROB_INTERFACE();
25 };
26
27 #endif // RHYTHMIC_HEAD_HH