]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/fontextract.py
(write_extracted_fonts): new file. Extract
[lilypond.git] / python / fontextract.py
index 60d61c083dbd952f7006478e28368a9f9e79f31b..ffb06092480c097e2260abb9e2409911e08cb584 100644 (file)
@@ -70,7 +70,7 @@ def extract_fonts_from_file (extract_from_this, font_dict, filename):
                                                sys.stderr.write (_('Extracted %s')
                                                                  % curr_font_name + '\n')
 
-                               extract_from_this.remove (curr_font_name)
+                                       extract_from_this.remove (curr_font_name)
                        elif in_font:
                                curr_font.append (l)
                        if not extract_from_this: