lilypond-1.3.126
[lilypond.git] / tex / lily-ps-defs.tex
blobbf93221761a445a3f2dc9d1337086c132b79b5b5
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.
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 \lilypondpaperoutputscale\lilySpace
17 \lilypondpaperoutputscale\lilySpace scale
18 ##1 @endspecial}%
22 \def\turnOnExperimentalFeatures{}