From 25e10a70b13b9ef70299f9a2e755459c7fe8d30c Mon Sep 17 00:00:00 2001 From: Tom Cato Amundsen Date: Tue, 19 Dec 2000 22:41:49 +0100 Subject: [PATCH] patch::: 1.3.118.tca1 --- VERSION | 2 +- scripts/lilypond-book.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 3d755ffad5..9e517caed2 100644 --- 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. diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 0634dad0ab..bd0e3c822e 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -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 -- 2.39.5