From 30ba757d3ba9e465bd1ef1fe1bda3aca785b908c Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:51 +0000 Subject: [PATCH] lilypond-0.0.26 --- hdr/stem.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; -- 2.39.5