]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/lily-ps-defs.tex
patch::: 1.3.143.jcn1
[lilypond.git] / tex / lily-ps-defs.tex
index da9907c536de0d950d32eee236e6d375a25182cc..bf93221761a445a3f2dc9d1337086c132b79b5b5 100644 (file)
@@ -7,31 +7,16 @@
 % header info (macros/defs, etc) should go into a \special{! ... }, 
 % note the ! sign.  See dvips.info for details.
 %
-
-% Use of 
-% /foo { operatorname } bind def
-%
-% ``compiles'' operatorname binding in the body of foo, making
-% the code faster, and more reliable (less flexible)
-
-
+\def\lilySpace{ }
 \def\turnOnPostScript{%
         % This sets CTM so that you get to the currentpoint
         % by executing a 0 0 moveto
         \def\embeddedps##1{%
-                \special{ps: @beginspecial @setspecial ##1 @endspecial}       
+                \special{ps: @beginspecial @setspecial
+                        \lilypondpaperoutputscale\lilySpace 
+                        \lilypondpaperoutputscale\lilySpace scale 
+                        ##1 @endspecial}%
         }
-        %
-        \special{! 
-/stafflinethickness \mudelapaperstaffline\space def
-/interline \mudelapaperinterline\space def
-interline 3 div /bracket_b exch def
-interline 2 mul /bracket_w exch def
-stafflinethickness 2 mul /bracket_t exch def
-interline 1.5 mul /bracket_v exch def
-bracket_v /bracket_u exch def
-50 /bracket_alpha exch def
-1 setlinecap}
 }
 
 \def\turnOnExperimentalFeatures{}