From: Mark Polesky Date: Mon, 14 Dec 2009 09:50:19 +0000 (-0800) Subject: script.scm: Quantize staccatissimo; de-quantize accent, espressivo. X-Git-Tag: release/2.13.10-1~181 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f1fc6a0b8a08763ede70a5af9526ff4a77f3f8bf;p=lilypond.git script.scm: Quantize staccatissimo; de-quantize accent, espressivo. --- diff --git a/scm/script.scm b/scm/script.scm index 652bbd6f9b..15f0be4221 100644 --- a/scm/script.scm +++ b/scm/script.scm @@ -21,7 +21,6 @@ . ( (avoid-slur . around) (padding . 0.20) - (quantize-position . #t) (script-stencil . (feta . ("sforzato" . "sforzato"))) (side-relative-direction . ,DOWN))) ("accentus" @@ -83,7 +82,6 @@ . ( (avoid-slur . around) (padding . 0.20) - (quantize-position . #t) (script-stencil . (feta . ("espr" . "espr"))) (side-relative-direction . ,DOWN))) @@ -259,6 +257,7 @@ ("staccatissimo" . ( (avoid-slur . inside) + (quantize-position . #t) (script-stencil . (feta . ("dstaccatissimo" . "ustaccatissimo"))) (padding . 0.20) (side-relative-direction . ,DOWN)))