]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update font-table.ly after toplevel text handler changes: lists of texts are collecte...
authorNicolas Sceaux <nicolas.sceaux@free.fr>
Mon, 25 Jun 2007 20:30:50 +0000 (22:30 +0200)
committerNicolas Sceaux <nicolas.sceaux@free.fr>
Mon, 25 Jun 2007 20:30:50 +0000 (22:30 +0200)
input/manual/font-table.ly

index 523db092d9f6a209212c87165e266d764c918f8f..74f0ef978a58f508a89e9370a23052fb1a6376a4 100644 (file)
@@ -90,9 +90,8 @@
                       (ly:font-load "emmentaler-20"))))
       (lines (doc-chars glyphs '()))
       (pages (group-lines (reverse lines))))
-   (for-each
-    (lambda (x)
-      (collect-scores-for-book
-       parser
-       (make-override-markup '(word-space . 4) x)))
-    pages))
+  (collect-scores-for-book
+   parser
+   (map (lambda (x)
+         (make-override-markup '(word-space . 4) x))
+    pages)))