From e12737ca6703c9894ad0b5be0b78897a5b68ab23 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 3 Apr 2005 21:02:32 +0000 Subject: [PATCH] remove reencode-font --- ChangeLog | 6 ++++++ ps/lilyponddefs.ps | 27 --------------------------- 2 files changed, 6 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index baf8e289df..9ea527f417 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-04-03 Han-Wen Nienhuys + * ps/lilyponddefs.ps: remove reencode-font + + * lily/simple-spacer.cc (add_columns): also compare + directly. Column rank doesn't distinguish between broken and + unbroken columns. This fixes large spaces before time sig changes. + * Documentation/user/point-and-click.itely: document ly:set-option. * lily/grob.cc (get_uncached_stencil): only ste grob-cause if diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps index a53b452af7..536e7c36f4 100644 --- a/ps/lilyponddefs.ps +++ b/ps/lilyponddefs.ps @@ -38,33 +38,6 @@ grestore } bind def -%% http://bibliofile.mc.duke.edu/gww/fonts/postscript-utilities/encoding-vectors.html - -%/FONTLENGTH 256 bind def - - -/reencode-dict 5 dict def - - -% reencode-font -/reencode-font { - reencode-dict begin - /name exch def - /encoding exch def - /base-font exch def - % note: Needs ps level 2 - /font base-font maxlength dict def - base-font { - exch dup dup /FID ne exch /Encoding ne and - { exch font 3 1 roll put } - { pop pop } ifelse - } forall - font /FontName name put - font /Encoding encoding put - name font definefont pop - end -} bind def - % start-system /start-system { -- 2.39.2