lilypond-1.5.14
[lilypond.git] / tex / lily-pdf-defs.tex
blob67c8a88f1d0d8961bda1185f0fee82570503f0bf
1 % Defines an embeddedpdf command so that we can do the right thing.
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}%
14 \def\turnOnExperimentalFeatures{}