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