]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-layout-problem.hh
Fix 1240.
[lilypond.git] / lily / include / page-layout-problem.hh
index 0502ce86783b35fd3fd2585d579c7a54474417ca..83fab7d6167b5e33ae9456709d416576a2460f08 100644 (file)
@@ -35,6 +35,7 @@ public:
   static bool is_spaceable (Grob *g);
   static SCM get_details (Grob *g);
   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);