]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/axes.hh
release: 0.1.7
[lilypond.git] / lily / include / axes.hh
1
2 /*
3   axes.hh -- declare 
4
5   source file of the GNU LilyPond music typesetter
6
7   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
8 */
9
10
11 #ifndef AXES_HH
12 #define AXES_HH
13
14 enum Axis {
15     X_AXIS =0,
16     Y_AXIS =1,
17     NO_AXES=2,
18 };
19
20 class String;
21
22 String axis_name_str(Axis);
23
24 #endif // AXES_HH