From c2cf4507bc35700be04335876a1f9afe5a7e1b29 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:01:28 +0000 Subject: [PATCH] lilypond-1.3.151 --- buildscripts/mutopia-index.py | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index 4cb45eae1e..bfa093e466 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -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. + + +

+ +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. +

-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 (""); list.write( ""); -- 2.39.5