From: fred Date: Sun, 22 Dec 1996 15:14:07 +0000 (+0000) Subject: lilypond-0.0.20 X-Git-Tag: release/1.5.59~6511 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c09062677e9756a205513c4b6b7252c1fff55072;p=lilypond.git lilypond-0.0.20 --- diff --git a/hdr/stem.hh b/hdr/stem.hh index ff64a3af91..768b614118 100644 --- a/hdr/stem.hh +++ b/hdr/stem.hh @@ -8,11 +8,12 @@ #define STEM_HH #include "item.hh" #include "vray.hh" +#include "moment.hh" /// the rule attached to the ball struct Stem : public Item { /// rhythmical length - Real note_length; + Moment note_length; // heads the stem encompasses (positions) int minnote, maxnote; @@ -60,7 +61,7 @@ struct Stem : public Item { void set_noteheads(); void postprocess(); void preprocess(); - Stem(int center, Real duration); + Stem(int center, Moment duration); Interval width() const; private: