]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.118.tca1
authorTom Cato Amundsen <tca@gnu.org>
Tue, 19 Dec 2000 21:41:49 +0000 (22:41 +0100)
committerTom Cato Amundsen <tca@gnu.org>
Tue, 19 Dec 2000 21:41:49 +0000 (22:41 +0100)
VERSION
scripts/lilypond-book.py

diff --git a/VERSION b/VERSION
index 3d755ffad5701766700d970a4aa80c8610850ee7..9e517caed2ffa93fe1b01ec5ee1a75277f8b8074 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=118
-MY_PATCH_LEVEL=jcn1
+MY_PATCH_LEVEL=tca1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index 0634dad0ab9a61c9be72a7610dc87427964613e0..bd0e3c822e6a64d1c6d1bc87f229c4581826ca3f 100644 (file)
@@ -1015,9 +1015,9 @@ def fix_epswidth (chunks):
        for c in chunks:
                if c[0] == 'lilypond' and 'eps' in c[2]:
                        body = re.sub (r"""\\lilypondepswidth{(.*?)}""", find_eps_dims, c[1])
-                       # why do we junk opts, todo, basename?
-                       new_chunk = (('lilypond', body))
-               newchunks.append (c)
+                       newchunks.append(('lilypond', body, c[2], c[3], c[4]))
+               else:
+                       newchunks.append (c)
        return newchunks