summaryrefslogtreecommitdiff
path: root/ps/lilyponddefs.ps
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>1999-03-17 17:02:12 +0100
committerJan Nieuwenhuizen <janneke@gnu.org>1999-03-17 17:02:12 +0100
commit9e90e53ba3a141e1e4f4a32ccaa7b36b0daecf1a (patch)
tree83720a27c274cf19a35abd90d8c682da8fa7b465 /ps/lilyponddefs.ps
parent74e65211d6cda3818a6d4891f1f1c31f457e94cd (diff)
patch::: 1.1.35.jcn1: ps fixes -- huh?
pl 35.jcn1 - some ps fixes
Diffstat (limited to 'ps/lilyponddefs.ps')
-rw-r--r--ps/lilyponddefs.ps9
1 files changed, 5 insertions, 4 deletions
diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps
index 7bc7ae58ea..4aa7edbdc2 100644
--- a/ps/lilyponddefs.ps
+++ b/ps/lilyponddefs.ps
@@ -54,16 +54,17 @@
grestore
} bind def
-/vrule % width height depth
+/vrule % width depth height
{
gsave
3 -1 roll setlinewidth
- neg 0 exch moveto
- 0 exch lineto stroke
+ %neg 0 exch moveto
+ 0 exch moveto
+ neg 0 exch lineto stroke
grestore
} bind def
-/draw_stem % kern width height depth
+/draw_stem % breapth width depth height
{
gsave
4 -1 roll neg 0 translate