Graham Percival wrote:
> It was added as a short-cut hack for
>   << c1 {s4\< s s\> s\!} >>

So then I assume you're okay with me de-quantizing the
espressivo as well.  Is the attached patch okay to apply, or
do I need to do anything described in CG 8.7 "Adding or
modifying features"?  Should I add a @item to changes.tely?

- Mark


      
From 6194e64ca72ccd2ea98eee7d94a9af061ce97653 Mon Sep 17 00:00:00 2001
From: Mark Polesky <markpole...@yahoo.com>
Date: Thu, 10 Dec 2009 20:35:36 -0800
Subject: [PATCH] script.scm: De-quantize accent, espressivo, and marcato scripts.

---
 scm/script.scm |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/scm/script.scm b/scm/script.scm
index 652bbd6..731c7ea 100644
--- a/scm/script.scm
+++ b/scm/script.scm
@@ -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)))
 
@@ -146,7 +144,6 @@
 	(padding . 0.20)
 	(avoid-slur . inside)
         ;;(staff-padding . ())
-	(quantize-position . #t)
 	(side-relative-direction . ,DOWN)))
     ("mordent"
      . (
-- 
1.6.3.3

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to