]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-layout-problem.hh
Fix 1385.
[lilypond.git] / lily / include / page-layout-problem.hh
index 0502ce86783b35fd3fd2585d579c7a54474417ca..3cbf6eb30d8c6675e4722900410669336f9e78ca 100644 (file)
@@ -35,9 +35,10 @@ 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);
+  void append_system (System*, Spring const&, Real indent, Real padding);
   void append_prob (Prob*, Spring const&, Real padding);
 
   void solve_rod_spring_problem (bool ragged);