]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rhythmic-head.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / rhythmic-head.hh
index 58063bd501bf49288c4ec491ce411899c6dfac78..cd1620fb8c9d489f80b33f18409f6cec70737d7d 100644 (file)
@@ -3,33 +3,25 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef RHYTHMIC_HEAD_HH
 #define RHYTHMIC_HEAD_HH
 
-#include "item.hh"
-#include "staff-symbol-referencer.hh"
+#include "lily-guile.hh"
+#include "lily-proto.hh"
 
-class Rhythmic_head : public Item, public Staff_symbol_referencer
+class Rhythmic_head
 {
-  Dots * dots_l_;
-  Stem * stem_l_;
 public:
-
-  int balltype_i_;
-
-  void add_dots (Dots *);
-  Rhythmic_head ();
-  Stem * stem_l ()const;
-  Dots * dots_l ()const;
-  int dots_i ()const;
-protected:
-  virtual void do_post_processing ();
-
-  virtual void do_print () const;
+  static int duration_log (Grob *);
+  static void set_dots (Grob *, Item *);
+  static Item *get_stem (Grob *);
+  static Item *get_dots (Grob *);
+  static int dot_count (Grob *);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif // RHYTHMIC_HEAD_HH