]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-spacing.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / note-spacing.hh
index dc8cbe4e0296608ef829f3321e0b5f549b847d29..2a86ed27d63823802dc82a51efccc0e699eb4589 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef NOTE_SPACING_HH
 
 #include "grob-interface.hh"
 #include "lily-proto.hh"
+#include "spring.hh"
 
 class Note_spacing
 {
 public:
   DECLARE_GROB_INTERFACE();
 
-  static void get_spacing (Grob *me, Item *, Real, Real, Real *, Real *);
+  static Spring get_spacing (Grob *me, Item *, Real, Real);
   static void stem_dir_correction (Grob *me, Item *next_col, Real incr,
                                   Real *, Real *);
-  static Item *right_column (Grob *);
-  static Item *left_column (Grob *);
 };
 
 #endif /* NOTE_SPACING_HH */