]> git.donarmstrong.com Git - lilypond.git/blob - lily/axis.cc
release: 0.1.9
[lilypond.git] / lily / axis.cc
1 /*
2   axis.cc -- implement Axis
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9 #include "axes.hh"
10 #include "string.hh"
11
12 String
13 axis_name_str (Axis a)
14 {
15   return String (a + 'x');
16 }