From c8d69b14084bfa74a8c507cf7369030c834d4a8d Mon Sep 17 00:00:00 2001 From: Nicolas Sceaux Date: Mon, 25 Jun 2007 22:30:50 +0200 Subject: [PATCH] Update font-table.ly after toplevel text handler changes: lists of texts are collected, iso. single texts. --- input/manual/font-table.ly | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/input/manual/font-table.ly b/input/manual/font-table.ly index 523db092d9..74f0ef978a 100644 --- a/input/manual/font-table.ly +++ b/input/manual/font-table.ly @@ -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))) -- 2.39.5