]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/axis.cc
release: 1.3.37
[lilypond.git] / flower / axis.cc
index 92a1dea00132502821aab0de46c46c1dfcab457a..ed55fddc4983ec83c4ae50d10fb929049ec41064 100644 (file)
@@ -1,20 +1,18 @@
 /*
   axis.cc -- implement Axis
 
-  source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <assert.h>
-
 #include "axes.hh"
-#include "string.hh"
 
 String
 axis_name_str (Axis a)
 {
-  return String (char(a + 'x'));
+  return to_str (char(a + 'x'));
 }
 
 /*