]> git.donarmstrong.com Git - lilypond.git/commitdiff
Don't meddle with Ghostscript's choice of currentstrokeadjust
authorDavid Kastrup <dak@gnu.org>
Thu, 18 Apr 2013 19:39:50 +0000 (21:39 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 7 Dec 2013 11:48:17 +0000 (12:48 +0100)
It should be appropriate for device and resolution by default.

ps/music-drawing-routines.ps
scm/framework-ps.scm

index fa1b4d996dfb2fa2fb26ee903450d16ce1a7e437..189310a84ddf8ef4bd54d73c6af5ae3093f58372 100644 (file)
@@ -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
index d92affb11ccad4c45953c36a81ab8128af576335..2e9db9f852dc91ce556ecf8df61cd0e94dcc4a8b 100644 (file)
@@ -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"))