]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
*** empty log message ***
[lilypond.git] / scripts / lilypond-book.py
index 1e368d455cc589d7b3740b5bc1e6ac2ce3cbce27..32d571ebc3a27556310ee1a3f2060d827cb15b80 100644 (file)
@@ -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 '