]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 May 2002 00:26:02 +0000 (00:26 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 May 2002 00:26:02 +0000 (00:26 +0000)
VERSION
scripts/lilypond-book.py

diff --git a/VERSION b/VERSION
index b8a48f6f7dcf481c9e8c6cd1cfe1b18e99d91fa2..7a84f2de2035519dc74844dec9406f0d4cc633dc 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,8 +1,8 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
-PATCH_LEVEL=56
-MY_PATCH_LEVEL=hwn1
+PATCH_LEVEL=57
+MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index b7c5fecf231f2e1bf0c7644667edda77b57979a1..cd0191b0c7cc96be47ce9a10103f756fc5e1b7fe 100644 (file)
@@ -1246,7 +1246,7 @@ def compile_all_files (chunks):
                texfiles = string.join (tex, ' ')
                cmd = 'lilypond --header=texidoc %s %s %s' \
                      % (lilyopts, g_extra_opts, texfiles)
-               quiet_system (cmd, 'LilyPond')
+               system (cmd)
 
                #
                # Ugh, fixing up dependencies for .tex generation