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



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to