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."""
#
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>");