]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/stem-info.hh
patch::: 0.1.12.jcn2: kliener pats
[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 Jan Nieuwenhuizen <jan@digicash.com>
7 */
8
9
10 #ifndef STEM_INFO_HH
11 #define STEM_INFO_HH
12
13 #include "real.hh"
14
15 struct Stem_info {
16   Real x;
17   int dir_;
18   Real idealy_f_;
19   Real miny_f_;
20   int beams_i_;
21
22   Stem_info();
23   Stem_info (Stem const *);
24 };
25
26 #endif // STEM_INFO_HH