]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:43 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:43 +0000 (19:28 +0000)
hdr/notehead.hh

index a032ca1273087bc163b72ed3060ee413a198c328..5f4c47d2d97ad56730ea3c3a048351017955472a 100644 (file)
@@ -9,8 +9,8 @@
 #include "item.hh"
 
 /// ball at the end of the stem
-struct Notehead : public Item
-{
+struct Notehead : Item {
+    const char * name() const;
     int position;
     /// -1 = lowest, 0 = inside, 1 = top
     int extremal;
@@ -22,13 +22,13 @@ struct Notehead : public Item
     
     /****************/
     
-
+    void set_rhythmic(Rhythmic_req *);
     Notehead(int staff_size);
     /**
       position of top line (5 linestaff: 8)
       */
 
-    void print()const;
+    void do_print()const;
     static int compare(Notehead*&a, Notehead*&b) ;
     Molecule* brew_molecule_p()const;
 };