]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rhythmic-head.hh
patch::: 1.3.122.jcn2
[lilypond.git] / lily / include / rhythmic-head.hh
index 3de4c87acef1aee084ece70dc06df8837694b920..a9d6f904c0da691a332516aaff88a8bb849c876e 100644 (file)
 #ifndef RHYTHMIC_HEAD_HH
 #define RHYTHMIC_HEAD_HH
 
-#include "item.hh"
+#include "lily-guile.hh"
+#include "lily-proto.hh"
 
-
-class Rhythmic_head : public Item
+class Rhythmic_head
 {
 public:
-  int balltype_i () const;
-
-  void add_dots (Dots *);
-  Stem * stem_l () const;
-  Dots * dots_l () const;
-  int dot_count () const;
-protected:
-  virtual void do_post_processing ();
+  static int balltype_i (Grob*) ;
+  static void set_dots (Grob*,Item *);
+  static Item * stem_l (Grob*) ;
+  static Item * dots_l (Grob*) ;
+  static int dot_count (Grob*) ;
+  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
+  static bool has_interface (Grob*);
+  static void set_interface (Grob*);
 };
 
 #endif // RHYTHMIC_HEAD_HH