lilypond-user
[Top][All Lists]
Advanced

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

Colors in alists


From: Urs Liska
Subject: Colors in alists
Date: Tue, 04 Nov 2014 11:48:13 +0100
User-agent: K-9 Mail for Android

I want to store colors in an alist like

#(define types
'(("one" . "red")
("two" . "blue")))

I can retrieve and display the values with assoc-ref but I don't know how to turn the returned string into a color to be used in an override.

Any help appreciated.
Urd

reply via email to

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