Comment #12 on issue 838 by pnorcks: Inconsistency in tests output size
http://code.google.com/p/lilypond/issues/detail?id=838
Thanks, Graham.
I can now reproduce the issue by compiling two regtests:
lilypond -dbackend=eps markup-bidi-explicit-embedding.ly markup-braces.ly
The result is that an extra font leaks into markup-braces.eps, because it
is left
over from the hash-table used from the first regtest.
These are some notes for myself:
The reason this happens: in the bidi regtest, two different fonts are used
for a
single piece of markup.
I think we need to find a way to distinguish between fonts in the hash table
(physical_font_tab_), and the fonts actually used in the currently
processed file.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond