]> git.donarmstrong.com Git - lilypond.git/blob - tex/lily-ps-defs.tex
45a0db23e16d3a4dd5a39a2fe76bfdb8a318016b
[lilypond.git] / tex / lily-ps-defs.tex
1 %
2 % WARNING: don't leave blank lines in the PS-code; they are
3 % transformed into \par 
4 %
5
6 %
7 % header info (macros/defs, etc) should go into a \special{! ... }, 
8 % note the ! sign.  See dvips.info for details.
9 %
10 \def\lilySpace{ }
11 \def\turnOnPostScript{%
12         % This sets CTM so that you get to the currentpoint
13         % by executing a 0 0 moveto
14         \def\embeddedps##1{%
15                 \special{ps: @beginspecial @setspecial
16         \mudelapaperoutputscale\lilySpace\mudelapaperoutputscale\lilySpace scale ##1 @endspecial}%
17         }
18 }
19
20 \def\turnOnExperimentalFeatures{}
21