]> git.donarmstrong.com Git - lilypond.git/commitdiff
* tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
authorWerner Lemberg <wl@gnu.org>
Fri, 22 Oct 2004 08:10:04 +0000 (08:10 +0000)
committerWerner Lemberg <wl@gnu.org>
Fri, 22 Oct 2004 08:10:04 +0000 (08:10 +0000)
(\lilypondexperimentalfeatures): Removed.

ChangeLog
tex/lily-pdf-defs.tex
tex/lily-ps-defs.tex

index 0a8aad7be59766032260dc5318b8bb9799408003..843da8b4cb4a229dafff25e08e09c299573ebc21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-21  Werner Lemberg  <wl@gnu.org>
+
+       * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
+       (\lilypondexperimentalfeatures): Removed.
+
 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * Documentation/user/notation.itely: fixed 2 typos
index 69af9f0465e0dd222e475fad836cd989c6b07663..be62a95bf28742882d2a9055f1d5e39887576b15 100644 (file)
@@ -1,7 +1,7 @@
-% 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
 
         \lilypondpaperoutputscale\lilypondspace 0 0 cm %
         \lilyoutputscalefactor\lilypondspace 0 0 %
         \lilyoutputscalefactor\lilypondspace 0 0 cm %
-      ##1 Q
-    }
-  }
-}
-
-\gdef\lilypondexperimentalfeatures{}
+      ##1 Q}}}
 
 \endlinechar \lilypdfdefsELC
 \endinput
+
+%% end lily-pdf-defs.tex
index d3c4fc07c675c2fb66f720c9af621933664aebb1..4a05f9d46fba820359d498e7d56eb8a9f41f3cef 100644 (file)
@@ -1,50 +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}
-  }
-}
-
-\gdef\lilypondexperimentalfeatures{}
+      lyscale\lilypondpaperoutputscale\lilypondspace ##1}}}
 
 \endlinechar \lilypsdefsELC
 \endinput
+
+%% end lily-ps-defs.tex