]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-interface.cc
Oops - did not see the following changes during the previous merge.
[lilypond.git] / lily / axis-group-interface.cc
index 05536316bbd91e7712067a0c28dbcabe6773105e..0a82fe67131c859afd8aa95ad3df752877fb62d6 100644 (file)
@@ -97,7 +97,7 @@ Axis_group_interface::cached_pure_height (Grob *me, int start, int end)
   for (vsize i = 0; i + 1 < breaks.size (); i++)
     {
       int r = Paper_column::get_rank (cols[breaks[i]]);
-      if (r > end)
+      if (r >= end)
        break;
 
       if (r >= start)