]> git.donarmstrong.com Git - lilypond.git/commitdiff
Change behaviour of slur and accents.
authorGraham Percival <graham@percival-music.ca>
Mon, 13 Sep 2004 18:19:01 +0000 (18:19 +0000)
committerGraham Percival <graham@percival-music.ca>
Mon, 13 Sep 2004 18:19:01 +0000 (18:19 +0000)
ChangeLog
scm/script.scm

index 7dae4e88c3dec0f400b56533b677b8b170e231c5..2730a1fba1f38ed2508cb634495e7971f7b52509 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-13  Graham Percival  <gperlist@shaw.ca>
+
+       * scm/scripts.scm: change behaviour of slur and accent.
+
 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * input/regression/rehearsal-mark-number.ly: Reuse the existing
index f1254b161eb125a938d2c72e1ab011fbfc7c3218..d08c26a4e26c0deb604f184479711e9d5a89b461 100644 (file)
@@ -10,7 +10,7 @@
          ((script-stencil . (feta . ("thumb"  . "thumb")))
           (direction . 1)))
         ("accent" .
-         ((inside-slur . #t) 
+         ((inside-slur . #f)
           (follow-into-staff . #t)
           (script-stencil . (feta . ("sforzato" .  "sforzato")))
           (side-relative-direction . -1)))