]> git.donarmstrong.com Git - lilypond.git/blob - flower/axis.cc
12cb19156a6dea9c0b0024ffc1744d4950946c5d
[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 "axes.hh"
8 #include "string.hh"
9
10 String
11 axis_name_string (Axis a)
12 {
13   return to_string (char (a + 'x'));
14 }