]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.20
authorfred <fred>
Sun, 22 Dec 1996 15:14:07 +0000 (15:14 +0000)
committerfred <fred>
Sun, 22 Dec 1996 15:14:07 +0000 (15:14 +0000)
hdr/stem.hh

index ff64a3af91b521c3872dcd16a3224be272dc75c3..768b614118622cd539a1712b3b49d807a4ba37de 100644 (file)
@@ -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: