lilypond-user
[Top][All Lists]
Advanced

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

Re: bezier-sandwich stencil


From: Andrzej Kopec
Subject: Re: bezier-sandwich stencil
Date: Sat, 10 Dec 2005 15:21:13 +0100

Ok, thanks verry much. I'll check that :)

Han-Wen Nienhuys writes:
 > It looks as if you're making mistakes with Scheme quoting. You should 
 > use something like
 > 
 >    (list 'bezier-sandwich (list 'quote '(0 . 2) '(1 . 4) ... ))
 > 
 > or
 > 
 >    '(bezier-sandwhich (quote ((0 . 2) (1 . 4) ... )))
 > 
 > 
 > I guess.
 > 
 > You need an extra quote because the expression of a stencil is evaluated 
 > another time in the back-end.        
 > 
 > 
 > -- 
 >   Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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