]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix #420
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 25 Aug 2007 23:08:02 +0000 (20:08 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 25 Aug 2007 23:08:02 +0000 (20:08 -0300)
Move around the tr relative to wavy line, to recreate 2.10 behavior.

scm/define-grobs.scm

index caf1947323d5f04f1474327f119ed930ae2d07e7..b5e95678aa0d8219a98de22b67e5490c4e211fb4 100644 (file)
        (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)))