]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/script.scm
* input/les-nereides.ly: Remove three fingering tweaks, update
[lilypond.git] / scm / script.scm
index 969759a69e9f3b13019447f616bedc4c7a643dd9..1c9f1a6bd29bf8e6f98254a1b8fc19b4787b6334 100644 (file)
          ((script-stencil . (feta . ("thumb"  . "thumb")))
           (direction . 1)))
          ("accent" .
-         ((inside-slur . #f)
+         ((avoid-slur . around)
           (follow-into-staff . #t)
           (script-stencil . (feta . ("sforzato" .  "sforzato")))
           (side-relative-direction . -1)))      
          ("espressivo" .
-         ((inside-slur . #f)
+         ((avoid-slur . around)
           (follow-into-staff . #t)
           (script-stencil . (feta . ("espr" .  "espr")))
           (side-relative-direction . -1)))      
@@ -24,7 +24,7 @@
           (follow-into-staff . #t)
           (side-relative-direction .  -1)))
         ("staccatissimo" .
-         ((inside-slur . #t
+         ((avoid-slur . inside
           (script-stencil . (feta . ("dstaccatissimo" . "ustaccatissimo")))
           (side-relative-direction .  -1)))
         
@@ -62,7 +62,7 @@
           (direction .  1)))
         ("fermata" .
          ((script-stencil . (feta . ("dfermata" . "ufermata")))
-          (inside-slur . #f)
+          (avoid-slur . around)
           (direction .  1)))
         ("shortfermata" .
          ((script-stencil . (feta . ("dshortfermata" . "ushortfermata")))
          ((script-stencil . (feta . ("staccato" . "staccato")))
           (side-relative-direction .  -1)
           (follow-into-staff  . #t)
-          (inside-slur . #t
+          (avoid-slur . inside
           (priority . -100)))
         ("tenuto" .
          ((script-stencil . (feta . ("tenuto" . "tenuto")))
           (follow-into-staff . #t)
-          (inside-slur . #t)
+          (avoid-slur . inside)
           (side-relative-direction . -1)))
         ("comma" .
          ((script-stencil . (feta . ("lcomma" . "rcomma")))
           (direction . 1)))
         ("upbow" .
          ((script-stencil . (feta . ("upbow" . "upbow")))
-          (inside-slur . #f)
+          (avoid-slur . around)
           (direction  . 1)))
         ("downbow" .
          ((script-stencil . (feta . ("downbow" . "downbow")))
-          (inside-slur . #f)
+          (avoid-slur . around)
           (direction  . 1)))
         ("lheel" .
          ((script-stencil . (feta . ("upedalheel" . "upedalheel")))