From ed5d0fb5e15f244b4687cae00927fad376003c90 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 1 Oct 2002 09:56:56 +0000 Subject: [PATCH] *** empty log message *** --- scm/to-xml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/to-xml.scm b/scm/to-xml.scm index 25298fa0b7..b345b7969b 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -181,7 +181,7 @@ is then separated. (if (pitch? p) (dump-pitch p port)) (if (pair? es) - (map (lambda (x) (music-to-xml x port)) es) + (map (lambda (x) (music-to-xml-helper x port)) es) ) (if (music? e) -- 2.39.5