diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2001-11-01 21:02:50 +0100 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2001-11-01 21:02:50 +0100 |
commit | 4a78652f47fe5e7475cf38bb7de6ddfc97ee8beb (patch) | |
tree | 10e9120c61b6c435e4380b61af2bfddee18605f8 /ps/lilyponddefs.ps | |
parent | a894c79e7ef86a2355638a0def3ad9fb7aeb8e0c (diff) |
patch::: 1.5.20.jcn1
1.5.20.jcn1
===========
* Fixed direct PostScript output, and changed default fonts.
* Bugfix: automaticMelismata in refman (huh, or should lily be changed?)
* pktrace:
cp mf/out/feta20.* $HOME/usr/src/sketch-0.7.8/Resources/Fontmetrics
echo 'TeX-feta20,feta20,Roman,-gnu-feta20-medium-r-normal,adobe-fontspecific,feta20' >> $HOME/usr/src/sketch-0.7.8/Resources/Fontmetrics/std.sfd
1.5.20
======
Diffstat (limited to 'ps/lilyponddefs.ps')
-rw-r--r-- | ps/lilyponddefs.ps | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps index 2ff908e420..220b6cf2ea 100644 --- a/ps/lilyponddefs.ps +++ b/ps/lilyponddefs.ps @@ -73,32 +73,32 @@ % FIXME: font definitions should come from LilyPond % built-in ps fonts are ugly /huge-bold-font { - /Times-Bold findfont 20.7 scalefont setfont + /Palatino-Bold findfont 20.7 scalefont setfont } bind def /Large-bold-font { - /Times-Bold findfont 17.3 scalefont setfont + /Palatino-Bold findfont 17.3 scalefont setfont } bind def /large-bold-font { - /Times-Bold findfont 14.4 scalefont setfont + /Palatino-Bold findfont 14.4 scalefont setfont } bind def /large-font { - /Times-Roman findfont 14.4 scalefont setfont + /Palatino-Roman findfont 14.4 scalefont setfont } bind def /large-smallcaps-font { % urg - /Helvetica findfont 14.4 scalefont setfont + /Bookman-Light findfont 14.4 scalefont setfont } bind def /normal-font { - /Times-Roman findfont 12 scalefont setfont + /Palatino-Roman findfont 12 scalefont setfont } bind def /footnote-font { - /Times-Roman findfont 10 scalefont setfont + /Palatino-Roman findfont 10 scalefont setfont } bind def /get-text-dimensions % path .. width height |