From: Graham Percival Date: Mon, 13 Sep 2004 18:19:01 +0000 (+0000) Subject: Change behaviour of slur and accents. X-Git-Tag: release/2.3.17~42 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=99939ebd8b59e50ba734bf810aceffd599cb70c3;p=lilypond.git Change behaviour of slur and accents. --- diff --git a/ChangeLog b/ChangeLog index 7dae4e88c3..2730a1fba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-13 Graham Percival + + * scm/scripts.scm: change behaviour of slur and accent. + 2004-09-13 Mats Bengtsson * input/regression/rehearsal-mark-number.ly: Reuse the existing diff --git a/scm/script.scm b/scm/script.scm index f1254b161e..d08c26a4e2 100644 --- a/scm/script.scm +++ b/scm/script.scm @@ -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)))