instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
+2004-09-25 Nicolas Sceaux <nicolas.sceaux@free.fr>
+
+ * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
+ instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
+
2004-09-24 Han-Wen Nienhuys <hanwen@xs4all.nl>
* lily/hairpin.cc (print): check columns of bounds, not bounds themselves.
;; a #scheme expression
((char=? c #\#)
(let ((expr (read port)))
- (format out "#~a" (if (eq? '$ expr)
+ (format out "#~s" (if (eq? '$ expr)
(create-binding! (read port))
(remove-dollars! expr)))))
;; other caracters