]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-spacing.hh
* scm/define-music-types.scm (music-descriptions): don't use
[lilypond.git] / lily / include / note-spacing.hh
index cedd931120ed3d4c574c539931f10ad3d7aad430..fdf358965e7bde4b54ede3770e8c5c2c83bfa535 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-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--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 
 #ifndef NOTE_SPACING_HH
 #define NOTE_SPACING_HH
@@ -15,12 +14,13 @@ source file of the GNU LilyPond music typesetter
 class Note_spacing
 {
 public:
-  static bool has_interface (Grob*);
+  static bool has_interface (Grob *);
 
-  static Real get_spacing (Grob *me);
-  static Real stem_dir_correction (Grob *me);  
-  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 */