]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/slur.hh
release: 1.3.141
[lilypond.git] / lily / include / slur.hh
index 9c20697a3e6b0233d49a9af7e401661937efd53c..7313ee7e6c32d02d46dac4162ff115ef6cc4c8c9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   slur.hh -- declare Slur
 
-  (c) 1996--2000 Han-Wen Nienhuys
+  (c) 1996--2001 Han-Wen Nienhuys
 */
 
 #ifndef SLUR_HH
@@ -22,8 +22,8 @@ public:
   static Bezier get_curve (Grob *me);
   static Direction get_default_dir (Grob *me);
   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
-  DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM ));
 
+  DECLARE_SCHEME_CALLBACK (height, (SCM,SCM));
 private:  
   static Real get_first_notecolumn_y (Grob *me, Direction dir);
   static Offset broken_trend_offset (Grob *me, Direction dir);