X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fscript.scm;h=5d975fe0ec43a54b0217b003efc101f75315677b;hb=bf8440d934cf7d31ea4649710a43fa720b7ef696;hp=6cfecbe89c791720d39581b28be827ea2a17decd;hpb=058370efc7e9710f149d0f444328bb1fcd7bdec1;p=lilypond.git diff --git a/scm/script.scm b/scm/script.scm index 6cfecbe89c..5d975fe0ec 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--2014 Han-Wen Nienhuys +;;;; Copyright (C) 2000--2015 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 @@ -270,14 +270,17 @@ (script-stencil . (feta . ("dstaccatissimo" . "ustaccatissimo"))) (padding . 0.20) (skyline-horizontal-padding . 0.10) - (side-relative-direction . ,DOWN))) + (side-relative-direction . ,DOWN) + (toward-stem-shift . 1.0) + (toward-stem-shift-in-column . 0.0))) ("staccato" . ( (script-stencil . (feta . ("staccato" . "staccato"))) (side-relative-direction . ,DOWN) (quantize-position . #t) (avoid-slur . inside) - (toward-stem-shift . 0.5) + (toward-stem-shift . 1.0) + (toward-stem-shift-in-column . 0.0) (padding . 0.20) (skyline-horizontal-padding . 0.10) (script-priority . -100)))