lilypond-0.1.16
[lilypond.git] / lily / axis.cc
blobd98d745b4c57347aef35b78390767ddba401664c
1 /*
2 axis.cc -- implement Axis
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include "axes.hh"
10 #include "string.hh"
12 String
13 axis_name_str (Axis a)
15 return String (a + 'x');