> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to