From: David Kastrup <dak@gnu.org>
Date: Thu, 18 Apr 2013 19:39:50 +0000 (+0200)
Subject: Don't meddle with Ghostscript's choice of currentstrokeadjust
X-Git-Tag: release/2.18.1-1~26
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0d62c44ca82a0c87715de89f1d36e30c39f8d6da;p=lilypond.git

Don't meddle with Ghostscript's choice of currentstrokeadjust

It should be appropriate for device and resolution by default.
---

diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps
index fa1b4d996d..189310a84d 100644
--- a/ps/music-drawing-routines.ps
+++ b/ps/music-drawing-routines.ps
@@ -63,7 +63,7 @@ bind def
     0 setgray 0 setlinecap % Prepare graphics state
     1 setlinewidth 0 setlinejoin
     10 setmiterlimit [ ] 0 setdash newpath
-    false setstrokeadjust false setoverprint
+    false setoverprint
 } bind def
 
 /EndEPSF { %def
diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm
index d92affb11c..2e9db9f852 100644
--- a/scm/framework-ps.scm
+++ b/scm/framework-ps.scm
@@ -97,7 +97,6 @@
         "")
     "%%EndPageSetup\n"
     "\n"
-    "true setstrokeadjust\n"
     "gsave 0 paper-height translate set-ps-scale-to-lily-scale\n"))
   (ly:outputter-dump-stencil outputter page)
   (ly:outputter-dump-string outputter "stroke grestore\nshowpage\n"))