]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/direction.cc
2003 -> 2004
[lilypond.git] / flower / direction.cc
index 797174755bc9e8e86d04617faa99b1b3e7d5c2cf..e5ab18e848581c5d3ea42b885d715c946f9e0c69 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -11,7 +11,7 @@
 #include "string.hh"
 
 String
-direction_str (Direction d, Axis a)
+direction_string (Direction d, Axis a)
 {
   String s ("center");
   if (a == Y_AXIS)