]> git.donarmstrong.com Git - lilypond.git/blob - tex/lily-ps-defs.tex
release: 1.3.109
[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                         \lilypondpaperoutputscale\lilySpace 
17                         \lilypondpaperoutputscale\lilySpace scale 
18                         ##1 @endspecial}%
19         }
20 }
21
22 \def\turnOnExperimentalFeatures{}
23