]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separation-item.hh
2003 -> 2004
[lilypond.git] / lily / include / separation-item.hh
index 99f0bbe7a233022234b0fca93262b6a7f64596a4..99c9220574c4b6133f5acb6a896a9c3e0ca6de25 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #define SINGLE_MALT_GROUPING_ITEM_HH
 
 #include "lily-proto.hh"
+#include "direction.hh"
 
 struct Separation_item
 {
   static bool has_interface (Grob*);
   static Interval conditional_width (Grob*,Grob*) ;
   static Interval width (Grob*) ;
-
+  static Interval relative_width (Grob*, Grob*) ;
+  static Grob*extremal_break_aligned_grob (Grob*,Direction, Interval*);
   static void add_item (Grob*,Item*);
   static void add_conditional_item (Grob*,Grob*);  
 };