Urs Liska wrote
> Now I've checked - it's perfect. Thank you again!
> 
> There is no alist? predicate, but it's very easy to define:
> 
> #(define (alist? lst)
>     (and (list? lst)
>            (every pair? lst)))

Glad to help and glad someone else is benefiting from this.  (On a related
note, I also worked out how to create custom context properties if that's
ever useful.)

Hey, look at you slinging that Scheme like it was nothing!  ;-)

Cheers,
-Paul





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Attaching-an-alist-to-a-grob-tp170412p170434.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to