]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/direction.cc
* lily/include/pango-font.hh: new file.
[lilypond.git] / flower / direction.cc
index 797174755bc9e8e86d04617faa99b1b3e7d5c2cf..e5ae0b41afe8420577198d867dc780af06cf64c1 100644 (file)
@@ -3,15 +3,16 @@
   
   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>
   
  */
 
 #include "direction.hh"
+
 #include "string.hh"
 
 String
-direction_str (Direction d, Axis a)
+direction_string (Direction d, Axis a)
 {
   String s ("center");
   if (a == Y_AXIS)