* The grand 2005-2006 replace.
[lilypond/patrick.git] / lily / include / rhythmic-head.hh
blobcd1620fb8c9d489f80b33f18409f6cec70737d7d
1 /*
2 rhythmic-head.hh -- declare Rhythmic_head
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
9 #ifndef RHYTHMIC_HEAD_HH
10 #define RHYTHMIC_HEAD_HH
12 #include "lily-guile.hh"
13 #include "lily-proto.hh"
15 class Rhythmic_head
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 static bool has_interface (Grob *);
27 #endif // RHYTHMIC_HEAD_HH