]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bow.cc
patch::: 1.1.22.jcn1: slur fixjes
[lilypond.git] / lily / bow.cc
index 66c1bfd5628eae1df82174df2c98ad3c2575a2e6..bd4827ba9169a7c5a617be83d16e446047b688a8 100644 (file)
@@ -88,6 +88,7 @@ Bow::do_height () const
       Real y = c[i][Y_AXIS];
       iv.unite (Interval (y,y));
     }
+  iv -= interstaff_f_;
   return iv;
 }