From: Keith OHara <k-ohara5a5a@oco.net> Date: Fri, 29 Nov 2013 00:14:29 +0000 (-0800) Subject: hairpin: start at left edge of a rest X-Git-Tag: release/2.19.0-1~103 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=529b42535f333b1b1eea89de1601520e71b0ae11;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