From cb33ef7d9c1ec1976ab207ddf1c1d8ba711e53b2 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Sat, 23 Mar 2013 10:31:10 +0000 Subject: [PATCH] Articulate.ly Perform single epression substitutio Issue 3204 Perform single expression substitution --- ly/articulate.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ly/articulate.ly b/ly/articulate.ly index 985c680e35..6992c87ebd 100644 --- a/ly/articulate.ly +++ b/ly/articulate.ly @@ -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) -- 2.39.5