From ef2a604bf1ec71ca6df944b9904abddae08fa68f Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 4 Jul 2003 14:45:07 +0000 Subject: [PATCH] * scripts/lilypond-book.py (do_file): put texidoc before image. (TexiPaper.process_ly2dvi_block): make multipage _really_ work. * input/regression/*.ly: add \version --- VERSION | 4 ++-- scripts/lilypond-book.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 0297c4fab0..b572217b9c 100644 --- a/VERSION +++ b/VERSION @@ -1,8 +1,8 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=7 -PATCH_LEVEL=23 -MY_PATCH_LEVEL=hwn1 +PATCH_LEVEL=24 +MY_PATCH_LEVEL= # 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 316694e909..e9a133338e 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -1176,8 +1176,6 @@ def format_lilypond_block (chunk): str = '%s' % (basename, str) - print 'hai', str - return str -- 2.39.2