]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/stem-info.hh
patch::: 1.5.41.jcn2
[lilypond.git] / lily / include / stem-info.hh
1 /*
2   stem-info.hh -- declare Stem_info
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9
10 #ifndef STEM_INFO_HH
11 #define STEM_INFO_HH
12
13 #include "real.hh"
14
15 /*
16   Parameters for a stem, (multiply with stemdirection, to get real values
17   for a downstem.)
18   
19  */
20 struct Stem_info 
21 {
22   Real idealy_f_;
23
24   // fixme: we're an Interval!
25   Real miny_f_;
26   Real maxy_f_;
27 };
28
29 #endif // STEM_INFO_HH