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

index 8788d5a53dc1331d4337e6ffa457121b649b03bf..046538ae16d055c9058b63a1f18198363d329877 100644 (file)
 #include "moment.hh"
 
 /// the rule attached to the ball
-struct Stem : public Item {
+struct Stem : Item {
+/*
     /// rhythmical length
     Moment note_length;
-    
+    */  
     // heads the stem encompasses (positions)
     int minnote, maxnote;
 
@@ -49,20 +50,19 @@ struct Stem : public Item {
     Array<Notehead*> heads;
 
     /****************/
-    Stem(int center, Moment duration);
+    Stem(int center); //, Moment duration);
     
     /// ensure that this Stem also encompasses the Notehead #n#
     void add(Notehead*n);
+    const char * name() const;
 
     Real hpos()const;
-    void print() const;
+    void do_print() const;
     void set_stemend(Real);
     void set_default_dir();
     void set_default_stemlen();
     void set_default_extents();
     void set_noteheads();
-    
-
     void do_pre_processing();
 
     Interval width() const;