X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstem-info.hh;h=c83c1c68a2c7840e18ce360b8de16e704d0237dd;hb=621e5fb6a5c3cb67c46082e561cffad691ead30c;hp=14d39426e3167317958d40a656c12b4b57f92ec6;hpb=ae0a8ce9764d714e026ed7c6f24502ac10df3797;p=lilypond.git diff --git a/lily/include/stem-info.hh b/lily/include/stem-info.hh index 14d39426e3..c83c1c68a2 100644 --- a/lily/include/stem-info.hh +++ b/lily/include/stem-info.hh @@ -3,28 +3,25 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Jan Nieuwenhuizen + (c) 1997--2006 Jan Nieuwenhuizen */ - #ifndef STEM_INFO_HH #define STEM_INFO_HH #include "real.hh" -struct Stem_info { - Real x_; - int dir_; - int beam_dir_; - Real idealy_f_; - Real miny_f_; - Real maxy_f_; - int mult_i_; - Real interstaff_f_; - Stem* stem_l_; - +/* + Parameters for a stem, (multiply with stemdirection, to get real values + for a downstem.) +*/ +struct Stem_info +{ + Direction dir_; + Real ideal_y_; + Real shortest_y_; Stem_info (); - Stem_info (Stem *); + void scale (Real); }; #endif // STEM_INFO_HH