]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/lily-pdf-defs.tex
*** empty log message ***
[lilypond.git] / tex / lily-pdf-defs.tex
index f85aa5b1e8b5b5bbdf6348c375e5ec444d83db2a..be62a95bf28742882d2a9055f1d5e39887576b15 100644 (file)
@@ -1,27 +1,24 @@
-% lily-pdf-defs.tex
-%
-% Define an \embeddedpdf command so that we can do the right thing.
-%
+%% lily-pdf-defs.tex
+%%
+%% Define an \embeddedpdf command so that we can do the right thing.
+%%
 \edef\lilypdfdefsELC{\the\endlinechar}%
 \endlinechar -1\relax
 
-\def\lilySpace{ }
+\gdef\lilypondspace{ }
 
-\def\turnOnPostScript{
+\gdef\lilypondpostscript{
   % This sets CTM so that you get to the currentpoint
   % by executing a 0 0 moveto
   \def\embeddedpdf##1{
     \pdfliteral{
-      q \lilypondpaperoutputscale\lilySpace 0 0 %
-        \lilypondpaperoutputscale\lilySpace 0 0 cm %
-        \lilyoutputscalefactor\lilySpace 0 0 %
-        \lilyoutputscalefactor\lilySpace 0 0 cm %
-      ##1 Q
-    }
-  }
-}
-
-\def\turnOnExperimentalFeatures{}
+      q \lilypondpaperoutputscale\lilypondspace 0 0 %
+        \lilypondpaperoutputscale\lilypondspace 0 0 cm %
+        \lilyoutputscalefactor\lilypondspace 0 0 %
+        \lilyoutputscalefactor\lilypondspace 0 0 cm %
+      ##1 Q}}}
 
 \endlinechar \lilypdfdefsELC
 \endinput
+
+%% end lily-pdf-defs.tex