]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/encompass-info.hh
release: 1.0.1
[lilypond.git] / lily / include / encompass-info.hh
1 /*
2   encompass-info.hh -- declare Encompass_info
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998 Jan Nieuwenhuizen <janneke@gnu.org>
7
8 */
9
10 #ifndef ENCOMPASS_INFO_HH
11 #define ENCOMPASS_INFO_HH
12
13 #include "lily-proto.hh"
14 #include "direction.hh"
15 #include "offset.hh"
16
17 struct Encompass_info
18 {
19   Encompass_info ();
20   Encompass_info (Note_column const*, Direction);
21
22   Offset o_;
23 };
24
25 #endif // ENCOMPASS_INFO_HH