]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/side-position-interface.hh
* lily/grob.cc (pure_relative_y_coordinate)
[lilypond.git] / lily / include / side-position-interface.hh
index 36b1e8fdf59030697495a29bf9881d563105af9d..fd58027a888218f64887eb9c6ace247a1d53c0bc 100644 (file)
@@ -25,7 +25,7 @@ public:
   DECLARE_SCHEME_CALLBACK (pure_y_aligned_on_support_refpoints, (SCM element, SCM start, SCM end));
   DECLARE_SCHEME_CALLBACK (x_aligned_side, (SCM element, SCM current));
   DECLARE_SCHEME_CALLBACK (y_aligned_side, (SCM element, SCM current));
-  DECLARE_SCHEME_CALLBACK (pure_y_aligned_side, (SCM element, SCM start, SCM end));
+  DECLARE_SCHEME_CALLBACK (pure_y_aligned_side, (SCM element, SCM start, SCM end, SCM current));
 
   static SCM aligned_side (Grob*me, Axis a, bool pure, int start, int end, Real *current_off_ptr);