Where do the Century Font files come from?

2014-02-12 Thread Urs Liska
Hi, I'm wondering where the Century Font files come from that land in mf/out and out/share/lilypond/current/fonts when building lily. I don't find any sources, and trying to understand mf/GNUmakefile I get the impression that they are somehow pulled from the latex installation that is part

Re: Where do the Century Font files come from?

2014-02-12 Thread Henning Hraban Ramm
Am 2014-02-12 um 19:54 schrieb Urs Liska u...@openlilylib.org: I don't find any sources, and trying to understand mf/GNUmakefile I get the impression that they are somehow pulled from the latex installation that is part of the LilyPond build dependencies. I'm asking because I'd like to have

Re: Where do the Century Font files come from?

2014-02-12 Thread Werner LEMBERG
If you’re serious, you should get in contact with the Polish font guys that are responsible for TeX Gyre (Schola etc.): http://www.gust.org.pl/projects/e-foundry/tex-gyre Definitely. I don’t think the new font face is possible without some major funding - the current faces still lack

Re: Where do the Century Font files come from?

2014-02-12 Thread Francisco Vila
2014-02-12 14:54 GMT+01:00 Urs Liska u...@openlilylib.org: Hi, I'm wondering where the Century Font files come from that land in mf/out and out/share/lilypond/current/fonts when building lily. I don't find any sources, and trying to understand mf/GNUmakefile I get the impression that they

[PATCH] Add missing include for ssize_t

2014-02-12 Thread Felix Janda
Makes lilypond compile with musl libc --- flower/include/polynomial.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/flower/include/polynomial.hh b/flower/include/polynomial.hh index 927b567..1724ab8 100644 --- a/flower/include/polynomial.hh +++ b/flower/include/polynomial.hh @@ -24,6 +24,7

Re: [PATCH] Add missing include for ssize_t

2014-02-12 Thread James
Hello, http://code.google.com/p/lilypond/issues/detail?id=3861 James On 12 February 2014 18:57, Felix Janda felix.ja...@posteo.de wrote: Makes lilypond compile with musl libc --- flower/include/polynomial.hh | 1 + 1 file changed, 1 insertion(+) diff --git