]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/lily-ps-defs.tex
Remove `quotes.patch'.
[lilypond.git] / tex / lily-ps-defs.tex
index 8a4522a2e72048a8fe547e359ee2afc80d890ccf..4a05f9d46fba820359d498e7d56eb8a9f41f3cef 100644 (file)
@@ -1,54 +1,43 @@
-% lily-ps-defs.tex
-%
+%% lily-ps-defs.tex
+%%
 \edef\lilypsdefsELC{\the\endlinechar}%
 \endlinechar -1\relax
 
-% Header info (macros/defs, etc) should go into a \special{! ... };
-% note the ! sign.  See dvips.info for details.
-%
-% We protect punctuation characters with \string to avoid problems with
-% language specific shorthands (e.g. `:' for French, `"' for German, etc.).
+%% Header info (macros/defs, etc) should go into a \special{! ... };
+%% note the ! sign.  See dvips.info for details.
+%%
+%% We protect punctuation characters with \string to avoid problems with
+%% language specific shorthands (e.g. `:' for French, `"' for German, etc.).
 
 \gdef\lilypondsetdimen#1{
   \expandafter\gdef\csname #1ps\endcsname{}
   \special{
     \string!
-    /#1 (\csname #1\endcsname) set_tex_dimen
-  }
-}
+    /#1 (\csname #1\endcsname) set_tex_dimen}}
 
 \gdef\lilypondspace{ }
 
 \gdef\lilypondpostscript{
-  % A document processed with lilypond-book can contain music fragments in
-  % different sizes.  To reduce overhead, we define `lyscaleXXX' PS macros
-  % only once.
+  %% A document processed with lilypond-book can contain music fragments in
+  %% different sizes.  To reduce overhead, we define `lyscaleXXX' PS macros
+  %% only once.
   \lilypondifundefined{lyscale\lilypondpaperoutputscale}
-    {
-      \expandafter\gdef\csname lyscale\lilypondpaperoutputscale\endcsname{}
-      % This sets CTM so that you get to the currentpoint
-      % by executing a 0 0 moveto
-      \special{
-        \string!
-        /lyscale\lilypondpaperoutputscale
-          {\lilypondpaperoutputscale\lilypondspace\scaletounit %
-           dup scale} def
-      }
-    }
+    {\expandafter\gdef\csname lyscale\lilypondpaperoutputscale\endcsname{}
+     %% This sets CTM so that you get to the currentpoint
+     %% by executing a 0 0 moveto
+     \special{
+       \string!
+       /lyscale\lilypondpaperoutputscale
+         {\lilypondpaperoutputscale\lilypondspace\scaletounit %
+          dup scale} def}}
     {}
                       
   \def\embeddedps##1{
     \special{
       \string"
-      lyscale\lilypondpaperoutputscale\lilypondspace ##1}
-  }
-
-  \lilypondifundefined{lilypondpaperblotdiameterps}
-    {\lilypondsetdimen{lilypondpaperblotdiameter}}
-    {}
-}
-
-\gdef\lilypondexperimentalfeatures{}
+      lyscale\lilypondpaperoutputscale\lilypondspace ##1}}}
 
 \endlinechar \lilypsdefsELC
 \endinput
+
+%% end lily-ps-defs.tex