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 - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


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

Reply via email to