From 514ce39bc9e87fb459602a9b42566261a4d2b950 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 20 Dec 1996 13:20:01 +0000 Subject: [PATCH] lilypond-0.0.19 --- hdr/stem.hh | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.39.5