]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separation-item.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / separation-item.hh
index adacbd294c61abb6fdbe139b8c4e5503950f9530..c3c99ee5017c718f6afcca793921c48e8b1f2a3b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SINGLE_MALT_GROUPING_ITEM_HH
 
 #include "lily-proto.hh"
 #include "direction.hh"
+#include "grob-interface.hh"
+#include "skyline.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 *);
+  DECLARE_GROB_INTERFACE ();
+  DECLARE_SCHEME_CALLBACK (calc_skylines, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+
+  static vector<Box> boxes (Grob *me, Grob *left);
+  static Skyline conditional_skyline (Grob *, Grob *);
   static Grob *extremal_break_aligned_grob (Grob *, Direction, Interval *);
+  static Real set_distance (Item *left, Item *right, Real padding);
+  static bool is_empty (Grob *me);
   static void add_item (Grob *, Item *);
   static void add_conditional_item (Grob *, Grob *);
 };