From 508d2abedad21b33c078b9dd5b4624c3f73d7686 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Mon, 25 Feb 2008 10:17:08 +0200 Subject: [PATCH] Small tweak for the alignment of a TrillSpanner. --- scm/define-grobs.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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))) -- 2.39.2