From aaac0b8017f311ee8e9f767530b8b26a503456cf Mon Sep 17 00:00:00 2001 From: hanwen Date: Mon, 1 Aug 2005 15:14:46 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 3 ++- scm/lily.scm | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad5704a4d5..b0145b57f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,7 +21,8 @@ * scm/output-lib.scm (tablature-stem-attachment-function): stem attachment backport. - * scm/define-grobs.scm (all-grob-descriptions): font size backport. + * scm/define-grobs.scm (all-grob-descriptions): font size backport + for tab notehead. 2005-07-20 Jan Nieuwenhuizen diff --git a/scm/lily.scm b/scm/lily.scm index 788b82bdfe..1157940f2b 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -370,7 +370,9 @@ The syntax is the same as `define*-public'." (handler (lambda (key failed-file) (set! failed (append (list failed-file) failed))))) ;;(handler (lambda (key . arg) (set! failed (append arg failed))))) - (for-each (lambda (x) (lilypond-file handler x)) files) + (for-each (lambda (x) (lilypond-file handler x) + (ly:clear-anonymous-modules)) + files) failed)) (define (lilypond-file handler file-name) -- 2.39.5