From 8822186300ea8e5287b23d82263438f1b6637353 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Tue, 25 Oct 2016 00:03:13 +0900 Subject: [PATCH] Issue 4987: Add Greek and Cyrillic glyph aliases LilyPond default fonts (TeX Gyre) do not have Greek and Cyrillic glyphs. New URW 35 fonts which are contained in Ghostscript 9.20 have them. This commit makes that when you have the new URW fonts, you can use their Greek and Cyrillic glyphs as default fonts. --- mf/00-lilypond-fonts.conf.in | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/mf/00-lilypond-fonts.conf.in b/mf/00-lilypond-fonts.conf.in index 899db67172..dc2c464f44 100644 --- a/mf/00-lilypond-fonts.conf.in +++ b/mf/00-lilypond-fonts.conf.in @@ -11,10 +11,21 @@ LilyPond Serif + TeX Gyre Schola + + C059 + Century SchoolBook URW + Century Schoolbook L + DejaVu Serif + serif @@ -22,10 +33,20 @@ LilyPond Sans Serif + TeX Gyre Heros + + Nimbus Sans + Nimbus Sans L + DejaVu Sans + sans-serif @@ -33,10 +54,21 @@ LilyPond Monospace + TeX Gyre Cursor + + Nimbus Mono PS + Nimbus Mono + Nimbus Mono L + DejaVu Sans Mono + monospace -- 2.39.5