]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-interface.hh
* lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
[lilypond.git] / lily / include / axis-group-interface.hh
index e990d2e7382a974f6f3a657908bcbcaee1f811e8..26ab66e14dc65e24e2980664597453581b02f6cc 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -22,7 +22,7 @@ struct Axis_group_interface
 
   static void add_element (Grob* me, Grob*);
   static void set_axes (Grob*,Axis,Axis);
-  static bool axis_b (Grob*,Axis);
+  static bool has_axis (Grob*,Axis);
   static Link_array<Grob> get_children (Grob*);
   static bool has_interface (Grob*);