lilypond-user
[Top][All Lists]
Advanced

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

Re: scm: (apply and …) and alist problem


From: Paul Morris
Subject: Re: scm: (apply and …) and alist problem
Date: Tue, 14 Apr 2015 09:33:56 -0700 (MST)

Urs Liska wrote
> You should define clef-set like
> clef-set = #'low
> or
> #(define clef-set 'low)
> to make it a real symbol.

Otherwise it is a string:

clef-set = #'low
foo = low
#(display (symbol? clef-set))
#(newline)
#(display (string? foo))

Gives:
#t
#t

I've never used apply so I'm no help there...

Cheers,
-Paul



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/scm-apply-and-and-alist-problem-tp174487p174512.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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