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