]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-interface.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / axis-group-interface.hh
index 95c4901f34229261facf30338a72dc9b1c651771..252059da8e4e474b8328aa04e5b1a6fd0e421408 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef AXIS_GROUP_INTERFACE_HH
@@ -40,6 +40,7 @@ struct Axis_group_interface
   static bool has_axis (Grob *, Axis);
   static void get_children (Grob *, vector<Grob*> *);
   static Interval staff_extent (Grob *me, Grob *ref, Axis, Grob *staff, Axis);
+  static SCM calc_common (Grob *, Axis);
   DECLARE_GROB_INTERFACE();
 };