]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Wed, 6 Aug 1997 19:50:30 +0000 (19:50 +0000)
committerfred <fred>
Wed, 6 Aug 1997 19:50:30 +0000 (19:50 +0000)
lily/axis.cc [new file with mode: 0644]

diff --git a/lily/axis.cc b/lily/axis.cc
new file mode 100644 (file)
index 0000000..eddfd0c
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+  axis.cc -- implement Axis
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+#include "axes.hh"
+#include "string.hh"
+
+String
+axis_name_str(Axis a)
+{
+    return String (a + 'x');
+}