From: Han-Wen Nienhuys Date: Sat, 25 Aug 2007 23:08:02 +0000 (-0300) Subject: Fix #420 X-Git-Tag: release/2.11.31-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=18eb8bb576e1c6c9418441903ad96b82566add51;p=lilypond.git Fix #420 Move around the tr relative to wavy line, to recreate 2.10 behavior. --- diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index caf1947323..b5e95678aa 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -1926,10 +1926,11 @@ (right-bound-info . ,ly:line-spanner::calc-right-bound-info) (bound-details . ((left . ((text . ,(make-translate-scaled-markup - '(0.5 . -0.6) + '(0.0 . -1.0) (make-musicglyph-markup "scripts.trill"))) (Y . 0) - (padding . 0.25) + (stencil-offset . (-0.5 . 0)) + (padding . 1.5) (attach-dir . ,LEFT) )) (right . ((Y . 0)))