]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-layout-problem.hh
Make a pure version of calc_next_staff_spacing.
[lilypond.git] / lily / include / page-layout-problem.hh
index 0b73034c4001f80863b352e4a1d45d840fa1b4c9..0502ce86783b35fd3fd2585d579c7a54474417ca 100644 (file)
@@ -34,7 +34,7 @@ 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);
 
 protected:
   void append_system (System*, Spring const&, Real padding);