]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/separation-item.cc
Add a hack to packed spacing to work around extra columns.
[lilypond.git] / lily / separation-item.cc
index 617c6fd4ebc9e25b641a2a83332f960e79d1427f..ec8c0db24faf6ea9ff6cfbddf39747722e2d9797 100644 (file)
@@ -146,7 +146,7 @@ Separation_item::boxes (Grob *me, Grob *left)
       y[UP] += extra_height[UP];
  
       if (!x.is_empty () && !y.is_empty ())
-      out.push_back (Box (x, y));
+       out.push_back (Box (x, y));
     }
 
   return out;