X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fscript.scm;h=b5e14bae5667974c269dea5e0e8602e8946b7131;hb=07f7ea94c774c7b746a0e7b703bc4a709b73eabf;hp=4d6dc05a8ea6eb5bcbe8f346cca4470c5b3fe6c1;hpb=3f8a827aad721ed546b823e3f9f2605f61b90e20;p=lilypond.git diff --git a/scm/script.scm b/scm/script.scm index 4d6dc05a8e..b5e14bae56 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--2011 Han-Wen Nienhuys +;;;; Copyright (C) 2000--2012 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 @@ -62,6 +62,7 @@ . ( (script-stencil . (feta . ("downbow" . "downbow"))) (padding . 0.20) + (skyline-horizontal-padding . 0.20) (avoid-slur . around) (direction . ,UP) (script-priority . 150))) @@ -268,6 +269,7 @@ (quantize-position . #t) (script-stencil . (feta . ("dstaccatissimo" . "ustaccatissimo"))) (padding . 0.20) + (skyline-horizontal-padding . 0.10) (side-relative-direction . ,DOWN))) ("staccato" . ( @@ -277,6 +279,7 @@ (avoid-slur . inside) (toward-stem-shift . 0.5) (padding . 0.20) + (skyline-horizontal-padding . 0.10) (script-priority . -100))) ("stopped" . ( @@ -293,13 +296,6 @@ (avoid-slur . inside) (padding . 0.20) (side-relative-direction . ,DOWN))) - ("thumb" - . ( - (script-stencil . (feta . ("thumb" . "thumb"))) - (avoid-slur . around) - (padding . 0.50) - (direction . ,UP) - (staff-padding . 0.5))) ("trill" . ( (script-stencil . (feta . ("trill" . "trill")))