]> git.donarmstrong.com Git - lilypond.git/commitdiff
script.scm: Quantize staccatissimo; de-quantize accent, espressivo.
authorMark Polesky <markpolesky@yahoo.com>
Mon, 14 Dec 2009 09:50:19 +0000 (01:50 -0800)
committerMark Polesky <markpolesky@yahoo.com>
Mon, 14 Dec 2009 16:51:36 +0000 (08:51 -0800)
scm/script.scm

index 652bbd6f9b6624c7ccc98642c422b4d2772eccd9..15f0be42213353a895b5f4b8ae3fcc5f2738c65d 100644 (file)
@@ -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)))
 
     ("staccatissimo"
      . (
        (avoid-slur . inside)
+       (quantize-position . #t)
        (script-stencil . (feta . ("dstaccatissimo" . "ustaccatissimo")))
        (padding . 0.20)
        (side-relative-direction . ,DOWN)))