]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/lilypond-book.py (do_file): put texidoc before image.
authorhanwen <hanwen>
Fri, 4 Jul 2003 14:45:07 +0000 (14:45 +0000)
committerhanwen <hanwen>
Fri, 4 Jul 2003 14:45:07 +0000 (14:45 +0000)
(TexiPaper.process_ly2dvi_block): make multipage _really_ work.

* input/regression/*.ly: add \version

VERSION
scripts/lilypond-book.py

diff --git a/VERSION b/VERSION
index 0297c4fab0ef36546b3abb614260ae6be1d514af..b572217b9cabf80c667080d5fc43f40981a5cfd4 100644 (file)
--- 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.
index 316694e9096d752ea564da159de496fffe4a673b..e9a133338e511b4a609acb71ce54f9839a0a7d75 100644 (file)
@@ -1176,8 +1176,6 @@ def format_lilypond_block (chunk):
 
                str = '<a href="%s.ly">%s</a>' % (basename, str)
 
-               print 'hai', str
-               
                return str