]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/script.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / script.scm
index e86b777bc47b482325c1da62c1649302a1db2086..18f39cc7a54f89bf51d8ce26c3acd83ba641b0c0 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2000--2006 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (set! default-script-alist
       (append 
@@ -13,7 +13,7 @@
          ((avoid-slur . around)
           (quantize-position . #t)
           (script-stencil . (feta . ("sforzato" .  "sforzato")))
-          (side-relative-direction . -1)))      
+          (side-relative-direction . -1)))
          ("espressivo" .
          ((avoid-slur . around)
           (quantize-position . #t)
@@ -81,7 +81,6 @@
         ("staccato" .
          ((script-stencil . (feta . ("staccato" . "staccato")))
           (side-relative-direction .  -1)
-          
           (quantize-position . #t)
           (avoid-slur . inside) 
           (script-priority . -100)))
          ((script-stencil . (feta . ("turn" . "turn")))
           (direction  . 1)))
         ("open" .
-         ((script-stencil . (feta . ("open" . "open")))
+         ((avoid-slur . outside)
+                (script-stencil . (feta . ("open" . "open")))
           (direction  . 1)))
         ("flageolet" .
          ((script-stencil . (feta . ("flageolet" . "flageolet")))