]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
(write_fontlist): Use \lyrics
[lilypond.git] / buildscripts / mutopia-index.py
index e6a0f022b3d55cad2c522172de1653432b975b37..1e0d594394192edd99f64dc0058e41eff081cb5a 100644 (file)
@@ -58,13 +58,13 @@ are also included in the distribution. The output is completely
 generated from the <tt>.ly</tt> source file, without any further touch
 up.
 
-<p>The PostScript files were generated using TeX and dvips at 600 dpi.
+<p>
+
 The pictures are 90 dpi anti-aliased snapshots of the printed output.
-The images are in PNG format, and should be viewable with any current
-browser.
+If you want a better impression of the appearance, do print out one of
+the PDF or PostScript files; they use scalable fonts, and should look
+good at any resolution.
 
-<p>If you want a better impression of the appearance, do print out one of
-the postscript files.
 """
 
 headertext_nopics= r"""
@@ -138,7 +138,6 @@ def gen_list(inputs, filename):
                ext = ext2 + ext
                
                header = read_lilypond_header(ex)
-               print header
                def read_dict(s, default, h =header):
                                try:
                                        ret = h[s]
@@ -213,7 +212,5 @@ allfiles = []
 for d in dirs:
        allfiles = allfiles + find ('*.ly.txt', d)
 
-print allfiles
-
 gen_list (allfiles, outfile)