]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
release: 1.3.151
[lilypond.git] / buildscripts / mutopia-index.py
index 4cb45eae1e323ada6f63ad53f8eba653087bf284..bfa093e46650d524a0f32481194587b98671de6a 100755 (executable)
@@ -52,14 +52,21 @@ def file_exist_b (fn):
                return 0
 
 
-headertext= r"""
-These example files are taken from the LilyPond distribution. 
-LilyPond currently only outputs TeX and MIDI.  The pictures and 
-PostScript files were generated using TeX, Ghostscript and some 
-graphics tools.         The papersize used for these examples is A4. 
-The  images are in PNG format, and should be viewable with any current browser.
+headertext= r"""You're looking at a page with some LilyPond samples.
+These files are also included in the distribution. The output is
+completely generated by LilyPond, without any touch up by humans.
+
+
+<p>
+
+The PostScript files were generated using TeX and dvips. The pictures
+are 90dpi anti-aliased snapshots of the printed output.  The images
+are in PNG format, and should be viewable with any current browser.
+
 <p>
-These images are generated at approximately 180dpi. If you want a better impression of the appearance do print out one the postscript version of the samples."""
+
+If you want a better impression of the appearance, do print out one of
+the postscript files."""
 
 
 #
@@ -157,9 +164,9 @@ def gen_list(inputs, filename):
                        f  = base + '-page%d.png' % pageno
                        if not file_exist_b (f):
                                break
-                       list_item(f, 'The output, page %d' % pageno, 'png')
-               list_item(base + '.ps.gz', 'The output', 'gzipped PostScript')
-               list_item(base + '.midi', 'The output', 'MIDI')
+                       list_item(f, 'See a picture of page %d' % pageno, 'png')
+               list_item(base + '.ps.gz', 'Print ', 'gzipped PostScript')
+               list_item(base + '.midi', 'Listen', 'MIDI')
                list.write ("</ul>");
 
        list.write( "</BODY></HTML>");