X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Flilypond-book.py;h=32d571ebc3a27556310ee1a3f2060d827cb15b80;hb=d0d27342719a42bc14871fd4b4c60cc2a7b90965;hp=1e368d455cc589d7b3740b5bc1e6ac2ce3cbce27;hpb=02bc2bf04b7e37006f2a97a3978e3af6fb15665d;p=lilypond.git diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 1e368d455c..32d571ebc3 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -1366,8 +1366,8 @@ def process_snippets (cmd, ly_snippets, texstr_snippets, png_snippets): status = 0 def my_system (cmd): status = ly.system (cmd, - be_verbose=global_options.verbose, - progress_p=1) + be_verbose=global_options.verbose, + progress_p=1) if global_options.format in (HTML, TEXINFO): cmd += ' --formats=png '