]> git.donarmstrong.com Git - lilypond.git/commitdiff
hairpin: start at left edge of a rest
authorKeith OHara <k-ohara5a5a@oco.net>
Fri, 29 Nov 2013 00:14:29 +0000 (16:14 -0800)
committerKeith OHara <k-ohara5a5a@oco.net>
Sat, 7 Dec 2013 06:44:19 +0000 (22:44 -0800)
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