From 6471bbe9a2bc3cdfc43adbc1272e936f6521994a Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Fri, 28 Oct 2016 23:08:09 +0900 Subject: [PATCH] Issue 4992/1: Add `-dgs-never-embed-fonts` option For Ghostscript, never embed fonts. --- scm/lily.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scm/lily.scm b/scm/lily.scm index d1248cdd92..4a5f5e96c9 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -282,6 +282,9 @@ given amount (in mm).") (gs-load-lily-fonts #f "Load only LilyPond fonts via Ghostscript.") + (gs-never-embed-fonts + #f + "Make Ghostscript embed only TrueType fonts and no other font format.") (gui #f "Run LilyPond from a GUI and redirect stderr to -- 2.39.2