X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem-info.hh;h=0240c65d7792073373dd847d0964845d3a51765f;hb=89c96b5833d2e0bb9d1781e6d88246992aeaef99;hp=a9fd826e0526a04a58c49ac6a4b89a5051d352d7;hpb=f6e3a77381e8eb67aa01195ec3945bd978f86aa8;p=lilypond.git diff --git a/lily/include/stem-info.hh b/lily/include/stem-info.hh index a9fd826e05..0240c65d77 100644 --- a/lily/include/stem-info.hh +++ b/lily/include/stem-info.hh @@ -3,22 +3,25 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Jan Nieuwenhuizen + (c) 1997--2005 Jan Nieuwenhuizen */ - #ifndef STEM_INFO_HH #define STEM_INFO_HH #include "real.hh" -struct Stem_info +/* + Parameters for a stem, (multiply with stemdirection, to get real values + for a downstem.) +*/ +struct Stem_info { - Real idealy_f_; - - // fixme: we're an Interval! - Real miny_f_; - Real maxy_f_; + Direction dir_; + Real ideal_y_; + Real shortest_y_; + Stem_info (); + void scale (Real); }; #endif // STEM_INFO_HH