From: Han-Wen Nienhuys Date: Mon, 1 Aug 2005 15:14:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.6.2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e783b9bd9e81e7395ec3e5d1fc1b1e970c7fcbd3;p=lilypond.git *** empty log message *** --- 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)