]> 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)
committerDavid Kastrup <dak@gnu.org>
Sat, 15 Feb 2014 18:09:03 +0000 (19:09 +0100)
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