]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hairpin.cc
Imported Upstream version 2.18.2
[lilypond.git] / lily / hairpin.cc
index 40e165dd6d0ffe35c9cfff0051e19133129037ed..1d9007441b108f2c285c7597d95e01238f191ae5 100644 (file)
@@ -236,7 +236,8 @@ Hairpin::print (SCM smob)
                 }
               else
                 {
-                  if (Note_column::has_interface (b)
+                  if (d == RIGHT // end at the left edge of a rest
+                      && Note_column::has_interface (b)
                       && Note_column::has_rests (b))
                     x_points[d] = e[-d];
                   else