]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 1 Oct 2002 09:56:56 +0000 (09:56 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 1 Oct 2002 09:56:56 +0000 (09:56 +0000)
scm/to-xml.scm

index 25298fa0b7b9ba4c1564a2171f46cd3d1c4b765a..b345b7969bb9ade03acb73405a639d65c0558b95 100644 (file)
@@ -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)