From: Keith OHara Date: Fri, 29 Nov 2013 00:14:29 +0000 (-0800) Subject: hairpin: start at left edge of a rest X-Git-Tag: release/2.18.1-1~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=86300f89e34b5e59c794312e43425cf9d0444e19;p=lilypond.git hairpin: start at left edge of a rest --- diff --git a/lily/hairpin.cc b/lily/hairpin.cc index 40e165dd6d..1d9007441b 100644 --- a/lily/hairpin.cc +++ b/lily/hairpin.cc @@ -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