From: fred Date: Wed, 6 Aug 1997 14:04:10 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~6087 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5c708c4b7d4f062764e417d65cfdc45fd992d921;p=lilypond.git lilypond-0.1.7 --- diff --git a/lily/include/axes.hh b/lily/include/axes.hh new file mode 100644 index 0000000000..7dfe8fbf7a --- /dev/null +++ b/lily/include/axes.hh @@ -0,0 +1,24 @@ + +/* + axes.hh -- declare + + source file of the GNU LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef AXES_HH +#define AXES_HH + +enum Axis { + X_AXIS =0, + Y_AXIS =1, + NO_AXES=2, +}; + +class String; + +String axis_name_str(Axis); + +#endif // AXES_HH