]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/fontextract.py
(write_extracted_fonts): bugfix, too many
[lilypond.git] / python / fontextract.py
index fc4022e32f2d2f7b19fd01e763566fb9ebdfbdc9..7066df3f79eafd65a78baa5d6ef529957ca90cf5 100644 (file)
@@ -98,7 +98,7 @@ def write_extracted_fonts (output_file_name, font_dict):
        for (k,v) in font_dict.items ():
                output.write ('\n%%%%BeginFont: %s\n' % k)
                output.write (v)
-               output.write ('\n%%%%EndFont')
+               output.write ('\n%%EndFont')
 
 
 def extract_fonts (output_file_name, input_files):