]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-spacing.hh
* buildscripts/output-distance.py (FileLink.calc_distance): count
[lilypond.git] / lily / include / staff-spacing.hh
index eb271be1568ebad6183751cbf935890cb6c131a0..9b3010facd31c74b11229d10b21d9811c4c8714c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2001--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef STAFF_SPACING_HH
@@ -14,8 +14,8 @@
 class Staff_spacing
 {
 public:
-  static Real next_notes_correction (Grob *, Grob *);
-  static Real next_note_correction (Grob *, Grob *, Interval);
+  static void next_notes_correction (Grob *, Grob *, Real *, Real *);
+  static void next_note_correction (Grob *, Grob *, Interval, Real*, Real *);
   static bool has_interface (Grob *);
   static void get_spacing_params (Grob *, Real *, Real *);