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