]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axes.hh
partial: 0.1.57.jcn
[lilypond.git] / lily / include / axes.hh
index a9dbb3c5e16a552cb34eb6aae9e3ba6199fc1d41..b273f6b1020a9fb89d332b6f4c69a6f8573ea082 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
-  axes.hh -- declare 
+  axes.hh -- declare Axis
 
   source file of the GNU LilyPond music typesetter
 
@@ -17,8 +16,16 @@ enum Axis {
     NO_AXES=2,
 };
 
-class String;
+#include "string.hh"           // ugh
 
 String axis_name_str (Axis);
 
+/**
+  the operator ++ for Axis. 
+ */
+Axis post_incr(Axis &);
+Axis incr(Axis &);
+//Axis operator++(Axis);
+
+
 #endif // AXES_HH