From: Frederic Bron Date: Sat, 5 Jun 2010 05:39:44 +0000 (+0200) Subject: fixed issue 1029: \thumb now behaves more like fingering, in particular with regards... X-Git-Tag: release/2.13.24-1~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a1a8c5c497df3fb5ff227cc06341bdaec7c2eb6d;p=lilypond.git fixed issue 1029: \thumb now behaves more like fingering, in particular with regards to slurs --- diff --git a/scm/script.scm b/scm/script.scm index f43a144857..a8b5cc7c91 100644 --- a/scm/script.scm +++ b/scm/script.scm @@ -296,9 +296,11 @@ ("thumb" . ( (script-stencil . (feta . ("thumb" . "thumb"))) - (avoid-slur . inside) - (padding . 0.20) - (direction . ,UP))) + (avoid-slur . around) + (padding . 0.50) + (direction . ,UP) + (slur-padding . 0.2) + (staff-padding . 0.5))) ("trill" . ( (script-stencil . (feta . ("trill" . "trill")))