]> git.donarmstrong.com Git - lilypond.git/blob - flower/axis.cc
9f63cc4cff13bbc453b43c2e3f14e56cea6784a7
[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 }