]> git.donarmstrong.com Git - lilypond.git/blob - flower/axis.cc
*** empty log message ***
[lilypond.git] / flower / axis.cc
1 /*
2   axis.cc -- implement Axis
3
4
5
6   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "axes.hh"
10
11 #include "string.hh"
12
13 String
14 axis_name_string (Axis a)
15 {
16   return to_string (char (a + 'x'));
17 }