lilypond-1.3.16
[lilypond.git] / lily / include / rhythmic-head.hh
blob9013c0eb42ca6c663821d4813793db747cda195e
1 /*
2 rhythmic-head.hh -- declare Rhythmic_head
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #ifndef RHYTHMIC_HEAD_HH
11 #define RHYTHMIC_HEAD_HH
13 #include "item.hh"
16 class Rhythmic_head : public Item
18 public:
19 int balltype_i () const;
21 void add_dots (Dots *);
22 Stem * stem_l ()const;
23 Dots * dots_l ()const;
24 int dots_i ()const;
25 protected:
26 virtual void do_post_processing ();
29 #endif // RHYTHMIC_HEAD_HH