From: fred Date: Wed, 6 Aug 1997 19:50:30 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~6084 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dddd88527063e3651675e28c58727a93551f12d4;p=lilypond.git lilypond-0.1.7 --- 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'); +}