]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-interface.cc
Add missing -I for Documentation/contributor. Fixes stray ./*.info generation.
[lilypond.git] / lily / axis-group-interface.cc
index 00a8219ec044ee526a36b3f075c90485a79d82e4..0e9ca9264cffa4dc79cbdf1d176a3a2dc3d3e797 100644 (file)
@@ -77,6 +77,15 @@ Axis_group_interface::relative_group_extent (vector<Grob*> const &elts,
 
 Interval
 Axis_group_interface::cached_pure_height (Grob *me, int start, int end)
+{
+  Interval iv = begin_of_line_pure_height (me, start);
+  iv.unite (rest_of_line_pure_height (me, start, end));
+
+  return iv;
+}
+
+Interval
+Axis_group_interface::rest_of_line_pure_height (Grob *me, int start, int end)
 {
   SCM adjacent_pure_heights = me->get_property ("adjacent-pure-heights");
 
@@ -720,6 +729,7 @@ ADD_INTERFACE (Axis_group_interface,
               "inter-staff-spacing "
               "keep-fixed-while-stretching "
               "max-stretch "
+              "non-affinity-spacing "
               "next-staff-spacing "
               "no-alignment "
               "pure-Y-common "