lilypond-1.3.9
[lilypond.git] / tex / lily-ps-defs.tex
blobca33b2543d22e8077507c934cf27e84531741c5e
2 % WARNING: don't leave blank lines in the PS-code; they are
3 % transformed into \par
7 % header info (macros/defs, etc) should go into a \special{! ... },
8 % note the ! sign. See dvips.info for details.
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 ##1 @endspecial}
19 \def\turnOnExperimentalFeatures{}