]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-spacing.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / note-spacing.hh
index 6368f06c95451b9dbdbbb81bf6a9b5719fd8a80c..af04260ceab39f07243c754a843efe938a7a3639 100644 (file)
@@ -1,27 +1,27 @@
-/*   
-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--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef NOTE_SPACING_HH
 #define NOTE_SPACING_HH
 
+#include "grob-interface.hh"
 #include "lily-proto.hh"
 
 class Note_spacing
 {
 public:
-  static bool has_interface (Grob*);
+  DECLARE_GROB_INTERFACE();
 
-  static void get_spacing (Grob *me, Item* , Real, Real, 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*);  
+  static void get_spacing (Grob *me, Item *, Real, Real, 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 */