]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-layout-problem.hh
Fix 1240.
[lilypond.git] / lily / include / page-layout-problem.hh
index 0b73034c4001f80863b352e4a1d45d840fa1b4c9..83fab7d6167b5e33ae9456709d416576a2460f08 100644 (file)
@@ -34,7 +34,8 @@ public:
   static bool read_spacing_spec (SCM spec, Real* dest, SCM sym);
   static bool is_spaceable (Grob *g);
   static SCM get_details (Grob *g);
-  static SCM get_spacing_spec (Grob *before, Grob *after);
+  static SCM get_spacing_spec (Grob *before, Grob *after, bool pure, int start, int end);
+  static Real get_fixed_spacing (Grob *before, Grob *after, int spaceable_index, bool pure, int start, int end);
 
 protected:
   void append_system (System*, Spring const&, Real padding);