*** empty log message ***
[lilypond.git] / lily / include / stem-info.hh
blob3f58534457b427f52728d9d730890b5ffa241389
1 /*
2 stem-info.hh -- declare Stem_info
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
10 #ifndef STEM_INFO_HH
11 #define STEM_INFO_HH
13 #include "real.hh"
16 Parameters for a stem, (multiply with stemdirection, to get real values
17 for a downstem.)
19 struct Stem_info
21 Direction dir_;
22 Real ideal_y_;
23 Real shortest_y_;
26 #endif // STEM_INFO_HH