]> git.donarmstrong.com Git - lilypond.git/blob - tex/lily-pdf-defs.tex
release: 1.4.2
[lilypond.git] / tex / lily-pdf-defs.tex
1 % Defines an embeddedpdf command so that we can do the right thing.
2
3 \def\lilySpace{ }
4 \def\turnOnPostScript{%
5         % This sets CTM so that you get to the currentpoint
6         % by executing a 0 0 moveto
7         \def\embeddedpdf##1{%
8                 \pdfliteral{q \lilypondpaperoutputscale\lilySpace 0 0 %
9                         \lilypondpaperoutputscale\lilySpace 0 0 cm%
10                         ##1 Q}%
11         }
12 }
13
14 \def\turnOnExperimentalFeatures{}
15