From: Joe Neeman Date: Mon, 25 Feb 2008 08:17:08 +0000 (+0200) Subject: Small tweak for the alignment of a TrillSpanner. X-Git-Tag: release/2.11.42-1~16^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=508d2abedad21b33c078b9dd5b4624c3f73d7686;p=lilypond.git Small tweak for the alignment of a TrillSpanner. --- diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 93e4a1ba4c..edd5495a33 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -1952,7 +1952,10 @@ (stencil-offset . (-0.5 . 0)) (padding . 1.5) (attach-dir . ,CENTER) - (anchor-alignment . ,CENTER) + ;; this isn't CENTER because the trill glyph's origin + ;; is not centered in its extent; to have the trill + ;; spanner aligned the same as a trill, we need a slight offset + (anchor-alignment . 0.15) )) (left-broken . ((end-on-note . #t))) (right . ((Y . 0)))