From: fred Date: Sun, 24 Mar 2002 19:28:51 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~5555 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=30ba757d3ba9e465bd1ef1fe1bda3aca785b908c;p=lilypond.git lilypond-0.0.26 --- diff --git a/hdr/stem.hh b/hdr/stem.hh index 8788d5a53d..046538ae16 100644 --- a/hdr/stem.hh +++ b/hdr/stem.hh @@ -11,10 +11,11 @@ #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 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;