lilypond-user
[Top][All Lists]
Advanced

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

Re: recursive music function definitions broken in 2.14 ?


From: David Nalesnik
Subject: Re: recursive music function definitions broken in 2.14 ?
Date: Mon, 3 Oct 2011 07:37:54 -0500




I removed the $ from firsttag and othertags, and it seems to work in 2.14.2.

 tags = #(define-music-function (parser location tags music)
                              (list? ly:music?)
        (cond ((null? tags) music)
              (else (let ((firsttag  (car tags))
                          (othertags (cdr tags)))
                     #{ \tags othertags \tag firsttag $music #}))))

oops, no, sorry  -- you should see the four-note appear four times?  Then my solution is no solution!

David

reply via email to

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