]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/to-xml.scm
remove tail, filter-list, filter-out-list,
[lilypond.git] / scm / to-xml.scm
index 52d3513ffeb7c700059812fba29ea234b79dff6c..88f84280e3c0cbb763fdd382e1e2f433cb79d923 100644 (file)
@@ -152,7 +152,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")
    
   )