From: David Kastrup Date: Tue, 30 Jun 2015 09:44:50 +0000 (+0200) Subject: Issue 4468/2: Avoid skyline interruptions at line caps X-Git-Tag: release/2.19.23-1~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5ce3603640c820f4f18c3e0e32631d158e14fa72;p=lilypond.git Issue 4468/2: Avoid skyline interruptions at line caps Line caps are made to slightly overhang into their corresponding line in order to avoid numerics causing a gap. Such a gap is unlikely to be relevant for positioning but is ungainly when using -ddebug-skylines. --- diff --git a/lily/stencil-integral.cc b/lily/stencil-integral.cc index f5e437bced..c3726b858c 100644 --- a/lily/stencil-integral.cc +++ b/lily/stencil-integral.cc @@ -372,8 +372,8 @@ create_path_cap (vector &boxes, make_partial_ellipse_boxes (boxes, buildings, new_trans, scm_list_n (scm_from_double (rad), scm_from_double (rad), - scm_from_double (angle-90), - scm_from_double (angle+90), + scm_from_double (angle-90.01), + scm_from_double (angle+90.01), scm_from_double (0.0), SCM_BOOL_F, SCM_BOOL_F,