]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-spacing.hh
* lily/mensural-ligature-engraver.cc:
[lilypond.git] / lily / include / staff-spacing.hh
index 1c4150a2508f2adbedb4859e0045bf581f6e044f..1c90670de8fba7244f370fe0da73bbda83ad4555 100644 (file)
@@ -3,7 +3,7 @@ staff-spacing.hh -- declare Staff_spacing
 
 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>
 
  */
 
@@ -18,10 +18,9 @@ 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 get_spacing_params (Grob*, Real*, Real*);
 
   static Interval bar_y_positions (Grob*);
-  static  Grob*  extremal_break_aligned_grob (Grob*,Direction, Interval*);
 };
 
 #endif /* STAFF_SPACING_HH */