From c09062677e9756a205513c4b6b7252c1fff55072 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 22 Dec 1996 15:14:07 +0000 Subject: [PATCH] lilypond-0.0.20 --- hdr/stem.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 2.39.5