From: David Kastrup Date: Tue, 30 Apr 2013 16:37:17 +0000 (+0200) Subject: Stop quite weird positioning for dots X-Git-Tag: release/2.17.19-1~5^2~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=07f40b1ebf0da248b425890146c5a91f57bb3e68;p=lilypond.git Stop quite weird positioning for dots Some code here used a translation on dots that should never have had an effect but causes problems in relation to the issue 3330 fix. --- diff --git a/lily/dots.cc b/lily/dots.cc index 43c47b7719..20503ca5ae 100644 --- a/lily/dots.cc +++ b/lily/dots.cc @@ -62,7 +62,6 @@ Dots::print (SCM d) for (int i = scm_to_int (c); i--;) { - d.translate_axis (2 * dw, X_AXIS); mol.add_at_edge (X_AXIS, RIGHT, d, dw); } }