]> git.donarmstrong.com Git - lilypond.git/commitdiff
(LY_DEFINE): progress indication for opening ttf and
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 May 2005 12:57:16 +0000 (12:57 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 May 2005 12:57:16 +0000 (12:57 +0000)
otf files.

ChangeLog
lily/pfb.cc

index 362809b7a2d5a44176071d35522c3dd6d3f07a12..13dd890eecb79e3d7b20dbc471265ec8ab131b84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
+       otf files.
+
        * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
        bugfixes.
 
index db45a994aa8cfa9f24949b1f376acae1105b368e..88f368aa0cf54a1da68516bdd7183e6c1bd7309b 100644 (file)
@@ -14,6 +14,8 @@
 #include "memory-stream.hh"
 #include "ttftool.h"
 #include "open-type-font.hh"
+#include "main.hh"
+#include "warn.hh"
 
 char *
 pfb2pfa (Byte const *pfb, int length)