]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove reencode-font
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 3 Apr 2005 21:02:32 +0000 (21:02 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 3 Apr 2005 21:02:32 +0000 (21:02 +0000)
ChangeLog
ps/lilyponddefs.ps

index baf8e289df3d085c52760785c6723fa931a4c101..9ea527f4175c31f2b103bc6a2009b73235bed4ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-04-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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
index a53b452af7ba59e3785cc01c0c23a5bfd2e4763f..536e7c36f4b60bec810658da486a2142424f7ea5 100644 (file)
        grestore
 } bind def
 
-%% http://bibliofile.mc.duke.edu/gww/fonts/postscript-utilities/encoding-vectors.html
-
-%/FONTLENGTH 256 bind def
-
-
-/reencode-dict 5 dict def
-
-
-%<font> <encoding> <name> 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 {