]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Wed, 6 Aug 1997 14:04:10 +0000 (14:04 +0000)
committerfred <fred>
Wed, 6 Aug 1997 14:04:10 +0000 (14:04 +0000)
lily/include/axes.hh [new file with mode: 0644]

diff --git a/lily/include/axes.hh b/lily/include/axes.hh
new file mode 100644 (file)
index 0000000..7dfe8fb
--- /dev/null
@@ -0,0 +1,24 @@
+
+/*
+  axes.hh -- declare 
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#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