]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/to-xml.scm
update links
[lilypond.git] / scm / to-xml.scm
index 52d3513ffeb7c700059812fba29ea234b79dff6c..f14e40e329a5c0038e84013a10e021cd8202a1f5 100644 (file)
@@ -1,4 +1,5 @@
-(use-modules (ice-9 regex))
+(use-modules (ice-9 regex)
+            (srfi srfi-1))
 
 
 ;; should make module?
@@ -152,7 +153,7 @@ is then separated.
   (string-append
    "<" (symbol->string tag)
    (apply string-append
-         (map dump-attr (filter-list candidate? attrs)))
+         (map dump-attr (filter candidate? attrs)))
    ">\n")
    
   )