lilypond-user
[Top][All Lists]
Advanced

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

Re: Colors in alists


From: Paul Morris
Subject: Re: Colors in alists
Date: Tue, 4 Nov 2014 05:41:47 -0800 (PST)

Urs Liska wrote
> Unfortunately not.
> Type check for `color' failed; value `(quote darkgreen)' must be of type
> `color'

I don't know what you've tried.  Have you tried it without the quote?  See
the following:

\version "2.18.2"
#(display "red")
#(newline)
#(display 'red) 
#(newline)
#(display red)
#(newline)
#(display blue)
#(newline)
#(display green)

Without a compilable tiny example I can't try this out though.

Cheers,
-Paul




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Colors-in-alists-tp168384p168390.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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