From: hanwen Date: Sun, 19 May 2002 00:26:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.5.59~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0def55ff63a46b240c8ee8a9aec01f1fa89de936;p=lilypond.git *** empty log message *** --- diff --git a/VERSION b/VERSION index b8a48f6f7d..7a84f2de20 100644 --- 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. diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index b7c5fecf23..cd0191b0c7 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -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