From dddd88527063e3651675e28c58727a93551f12d4 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 6 Aug 1997 19:50:30 +0000 Subject: [PATCH] lilypond-0.1.7 --- lily/axis.cc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lily/axis.cc diff --git a/lily/axis.cc b/lily/axis.cc new file mode 100644 index 0000000000..eddfd0c9b5 --- /dev/null +++ b/lily/axis.cc @@ -0,0 +1,16 @@ +/* + axis.cc -- implement Axis + + source file of the GNU LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + +#include "axes.hh" +#include "string.hh" + +String +axis_name_str(Axis a) +{ + return String (a + 'x'); +} -- 2.39.5