lilypond-devel
[Top][All Lists]
Advanced

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

Re: bug in articulate.ly


From: Zefram
Subject: Re: bug in articulate.ly
Date: Tue, 26 Feb 2013 13:01:54 +0000

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



reply via email to

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