From: David Kastrup <dak@gnu.org>
Date: Thu, 11 Apr 2013 10:01:40 +0000 (+0200)
Subject: Make music-drawing-routines.ps require PostScript 2.0
X-Git-Tag: release/2.18.1-1~28
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a92ed1c47447c7eb9b0a7dd03eec5c71aaed1381;p=lilypond.git

Make music-drawing-routines.ps require PostScript 2.0

There is no point having conditional code around setstrokeadjust and
its ilk any more.
---

diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps
index 3e62f0366e..d04d52aeef 100644
--- a/ps/music-drawing-routines.ps
+++ b/ps/music-drawing-routines.ps
@@ -1,4 +1,4 @@
-%!PS-Adobe-1.0: music-drawing-routines.ps
+%!PS-Adobe-2.0
 %
 % Functions for direct and embedded PostScript
 
@@ -63,12 +63,7 @@ bind def
     0 setgray 0 setlinecap % Prepare graphics state
     1 setlinewidth 0 setlinejoin
     10 setmiterlimit [ ] 0 setdash newpath
-    /languagelevel where % If level not equal to 1 then
-    {pop languagelevel % set strokeadjust and
-    1 ne % overprint to their defaults.
-      {false setstrokeadjust false setoverprint
-      } if
-    } if
+    false setstrokeadjust false setoverprint
 } bind def
 
 /EndEPSF { %def