David Kastrup wrote:
>>   articulate.ly:446:13: In procedure map in expression (map (lambda # #)):
>>   articulate.ly:446:13: Wrong number of arguments to #<primitive-generic map>

Oh, hmm.  Oops.  The expression

        (map (lambda (alt) (list (ly:music-deep-copy body) alt)))

should be

        (map (lambda (alt) (list (ly:music-deep-copy body) alt)) ealtl)

Need more tests!

-zefram

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

Reply via email to