X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fscript.scm;h=417df4cbee435084d093bcb65036ff59e1620dce;hb=346067ab7e42c9cbc359d48b23c79dc0780c8320;hp=f43a144857a3ea89b5c6101061e9e6af049684bc;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/scm/script.scm b/scm/script.scm index f43a144857..417df4cbee 100644 --- a/scm/script.scm +++ b/scm/script.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2000--2010 Han-Wen Nienhuys +;;;; Copyright (C) 2000--2011 Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -63,7 +63,8 @@ (script-stencil . (feta . ("downbow" . "downbow"))) (padding . 0.20) (avoid-slur . around) - (direction . ,UP))) + (direction . ,UP) + (script-priority . 150))) ("downmordent" . ( (script-stencil . (feta . ("downmordent" . "downmordent"))) @@ -296,9 +297,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"))) @@ -319,7 +322,8 @@ (script-stencil . (feta . ("upbow" . "upbow"))) (avoid-slur . around) (padding . 0.20) - (direction . ,UP))) + (direction . ,UP) + (script-priority . 150))) ("upmordent" . ( (script-stencil . (feta . ("upmordent" . "upmordent")))