lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Articulate.ly: Fix mordent and prall timing for short notes (issue 1


From: peter
Subject: Re: Articulate.ly: Fix mordent and prall timing for short notes (issue 190530043 by address@hidden)
Date: Thu, 22 Jan 2015 09:03:49 +1100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

>>>>> "pkx166h" == pkx166h  <address@hidden> writes:

pkx166h> On 2015/01/20 22:08:16, Peter Chubb wrote:
>> articulate.ly: Fix \trillSpan problem

pkx166h> Peter, I can see 4 patches uploaded here but it looks like
pkx166h> from the time stamps that this was some git-cl error or
pkx166h> something similar?

There was supposed to be only one.
      git format-patch origin
     yields:

From 47e8cd08748e2d1d00a725148511f8290eed8f8e Mon Sep 17 00:00:00 2001
From: Peter Chubb <address@hidden>
Date: Wed, 21 Jan 2015 08:18:19 +1100
Subject: [PATCH] Fix trill-span errors

The last change introduced a bug: ac:twiddletime returns a moment, and it
was changed to return a duration.  This causes a lilypond error when
using trillspan and articulate.
---
 ly/articulate.ly | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ly/articulate.ly b/ly/articulate.ly
index 706c57c..bbfea19 100644
--- a/ly/articulate.ly
+++ b/ly/articulate.ly
@@ -347,11 +347,11 @@
              (ly:music-property music 'elements)))
         (pre-t (if (pair? tr) (ly:music-property (car tr) 'twiddle)
                 '()))
-        (hemisemidur (ly:make-duration 5 0 1/1))
+        (hemisemimom (ly:make-moment 1/64))
         (t (ac:targetTwiddleTime)))
    (if (ly:moment? pre-t)
     pre-t
-    hemisemidur)))
+    hemisemimom)))
 
 
 
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]