]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/rhythmic-head.hh
release: 1.3.66
[lilypond.git] / lily / include / rhythmic-head.hh
index 4733d5f1555c5b5e46c33dcaf5ec44bc61345ef1..33e7bb279b6baa5e8c688b168201eb32c79f6868 100644 (file)
 
 #include "item.hh"
 
+/*
+  Properties
+  
+  duration-log -- 2-log of the notehead duration
+
+  dot -- reference to Dots object.
+
+*/
 class Rhythmic_head : public Item
 {
 public:
@@ -22,12 +30,14 @@ public:
   VIRTUAL_COPY_CONS(Rhythmic_head);
   int balltype_i () const;
 
-  void add_dots (Dots *);
+  void add_dots (Item *);
   Stem * stem_l () const;
-  Dots * dots_l () const;
+  Item * dots_l () const;
   int dot_count () const;
-protected:
-  virtual void after_line_breaking ();
+
+  SCM member_after_line_breaking ();
+  static SCM after_line_breaking (SCM);
+  Rhythmic_head (SCM s);
 };
 
 #endif // RHYTHMIC_HEAD_HH