From: Han-Wen Nienhuys Date: Fri, 11 Nov 2005 10:46:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.6.5~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5febaf461d89071714c6b9e77d79797ca31c84cb;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 3a8f5e1777..e694884b49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-10 Han-Wen Nienhuys + + * scripts/lilypond-book.py: quote shell arguments. + 2005-11-03 Jan Nieuwenhuizen * flower/file-path.cc (find): Bugfix: Return name of file found. @@ -72,6 +76,8 @@ 2005-10-11 Han-Wen Nienhuys + * VERSION (PATCH_LEVEL): release 2.6.4 + * lily/hara-kiri-group-spanner.cc (consider_suicide): backport: only consider break_index for broken spanner. diff --git a/VERSION b/VERSION index 8fb5e4cba7..4ad2298bf7 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=6 -PATCH_LEVEL=4 +PATCH_LEVEL=5 MY_PATCH_LEVEL= diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 9618c066b6..92ec7b26ec 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -33,6 +33,7 @@ import glob import stat import string import tempfile +import commands # Users of python modules should include this snippet # and customize variables below. @@ -1596,8 +1597,7 @@ def main (): process_cmd = lilypond_binary \ + ' --formats=%s --backend eps ' % formats - if process_cmd: - process_cmd += string.join ([(' -I %s' % p) + process_cmd += string.join ([(' -I %s' % commands.mkarg (p)) for p in include_path]) ly.identify (sys.stderr)