]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-spacing.hh
* stepmake/stepmake/generic-vars.make (LOOP): Add PLUS to keep -j
[lilypond.git] / lily / include / staff-spacing.hh
index 12ab0aa0f8b17001185f5fb5e896891e830674f1..9b3010facd31c74b11229d10b21d9811c4c8714c 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-staff-spacing.hh -- declare Staff_spacing
+/*
+  staff-spacing.hh -- declare Staff_spacing
 
-source file of the GNU LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-(c) 2001--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2001--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef STAFF_SPACING_HH
 #define STAFF_SPACING_HH
@@ -15,12 +14,12 @@ source file of the GNU LilyPond music typesetter
 class Staff_spacing
 {
 public:
-  static Real next_notes_correction (Grob*, Grob*);
-  static Real next_note_correction (Grob*, Grob*, Interval);  
-  static bool has_interface (Grob*);
-  static void get_spacing_params (Grob*,Real*,Real*);
+  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 *);
 
-  static Interval bar_y_positions (Grob*);
+  static Interval bar_y_positions (Grob *);
 };
 
 #endif /* STAFF_SPACING_HH */