From: fred Date: Fri, 20 Dec 1996 13:20:01 +0000 (+0000) Subject: lilypond-0.0.19 X-Git-Tag: release/1.5.59~6542 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=514ce39bc9e87fb459602a9b42566261a4d2b950;p=lilypond.git lilypond-0.0.19 --- diff --git a/hdr/stem.hh b/hdr/stem.hh index 372011d1b1..ff64a3af91 100644 --- a/hdr/stem.hh +++ b/hdr/stem.hh @@ -7,9 +7,11 @@ #ifndef STEM_HH #define STEM_HH #include "item.hh" +#include "vray.hh" /// the rule attached to the ball struct Stem : public Item { + /// rhythmical length Real note_length; // heads the stem encompasses (positions) @@ -42,6 +44,9 @@ struct Stem : public Item { */ Real stem_xoffset; + + svec heads; + /****************/ /// ensure that this Stem also encompasses the Notehead #n# @@ -52,6 +57,7 @@ struct Stem : public Item { void set_default_dir(); void set_default_stemlen(); void set_default_extents(); + void set_noteheads(); void postprocess(); void preprocess(); Stem(int center, Real duration);