---------- Forwarded message ----------
From: Han-Wen Nienhuys <[EMAIL PROTECTED]>
Date: 24 jul. 2007 19:24
Subject: Re: Fret-diagram properties refactoring
To: Carl Sorensen <[EMAIL PROTECTED]>


2007/7/24, Carl Sorensen <[EMAIL PROTECTED]>:

'(fret-diagram-details . ((prop1 . val1) (prop2 . val2))) as a pair.

Instead, Scheme recognizes it as a list

'(fret-diagram-details (prop1 . val1) (prop2 . val2))

which is _not_ an alist.

it is.

 (a . (b c))

is the same as

 (a b c)

since lists are syntactic sugar for linked pairs.

--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to