David Kastrup wrote: >Do you intend creating a fix for issue 3204? The fix is to perform the single expression substitution that I described, on the line identified by the error message, which is the only place such an expression appears. I thought my description was clear enough, but as it's not, I've attached the fix in patch form. If you mean something else by "creating a fix", such as registering the patch in the bug tracker, I intend leaving that to the people who are set up for write access to the bug tracker.
-zefram
--- a/ly/articulate.ly 2013-03-07 10:21:57.207792123 +0000 +++ b/ly/articulate.ly 2013-03-07 10:23:24.497819260 +0000 @@ -443,7 +443,7 @@ (list-tabulate (- rc (length ealtl)) (lambda (i) (list (ly:music-deep-copy body) (ly:music-deep-copy (car ealtl))))) - (map (lambda (alt) (list (ly:music-deep-copy body) alt)))))))))) + (map (lambda (alt) (list (ly:music-deep-copy body) alt)) ealtl)))))))) ((EventChord) (let-values (((trem evl)
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel