]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorhanwen <hanwen>
Mon, 1 Aug 2005 15:14:46 +0000 (15:14 +0000)
committerhanwen <hanwen>
Mon, 1 Aug 2005 15:14:46 +0000 (15:14 +0000)
ChangeLog
scm/lily.scm

index ad5704a4d5756e1be1834f2db1b0fc15536fc7f5..b0145b57f52deda11385291bba605d485a0ae1c4 100644 (file)
--- 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  <janneke@gnu.org>
 
index 788b82bdfe6086e6c71427f20b02f0d021b4067c..1157940f2b06e63e3af7f893285c2533cea2e3f5 100644 (file)
@@ -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)