]> git.donarmstrong.com Git - lilypond.git/blob - tex/lily-pdf-defs.tex
(ChordNamesContext): minimumverticalExtent
[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                         \lilyoutputscalefactor\lilySpace 0 0 %
11                         \lilyoutputscalefactor\lilySpace 0 0 cm %
12                         ##1 Q}%
13         }
14 }
15
16 \def\turnOnExperimentalFeatures{}
17