From 529b42535f333b1b1eea89de1601520e71b0ae11 Mon Sep 17 00:00:00 2001 From: Keith OHara Date: Thu, 28 Nov 2013 16:14:29 -0800 Subject: [PATCH] hairpin: start at left edge of a rest --- lily/hairpin.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5