lilypond-devel
[Top][All Lists]
Advanced

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

Re: Strange (buggy) Scheme assignment


From: Nicolas Sceaux
Subject: Re: Strange (buggy) Scheme assignment
Date: Wed, 23 Jan 2008 21:45:25 +0100

Le 23 janv. 08 à 21:08, Bertalan Fodor a écrit :

Yes, it's a vector, but is it a standalone expression?
The guile page says:

Like lists, vectors have to be quoted:

    '#(a b c) => #(a b c)


Indeed, my mistake. The examples later on the guile documentation
use quoted sharp-paren expressions.  Vectors are not self evaluating
according to R5RS 7.1.3:
<self-evaluating> --> <boolean> | <number> | <character> | <string>

So in LilyPond literal vectors should be quoted:
aikenHeads = \set shapeNoteStyles = #'#(do re mi fa #f la ti)

Nicolas





reply via email to

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