]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rhythmic-head.hh
``slikken kreng''
[lilypond.git] / lily / include / rhythmic-head.hh
index 58063bd501bf49288c4ec491ce411899c6dfac78..c1f70e66f7cff4de296607132b3c8dd27c70c03d 100644 (file)
@@ -3,33 +3,27 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.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