]> git.donarmstrong.com Git - lilypond.git/commitdiff
Make music-drawing-routines.ps require PostScript 2.0
authorDavid Kastrup <dak@gnu.org>
Thu, 11 Apr 2013 10:01:40 +0000 (12:01 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 7 Dec 2013 11:48:17 +0000 (12:48 +0100)
There is no point having conditional code around setstrokeadjust and
its ilk any more.

ps/music-drawing-routines.ps

index 3e62f0366e68e5281b8cb3ae6e19f3aa23b22a25..d04d52aeef5f82188b4ead75375711eb185b7396 100644 (file)
@@ -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