X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Fmutopia-index.py;h=f64898fbb5c6f76f04812a6a451dfaeff872e6c5;hb=9b725aa625683f62a56453c8900b6d007674236b;hp=399ee211a2303b6be6b4c51d376e53c9efdd7741;hpb=540390f466a6e881b5793ac1441e8e7a32ffa579;p=lilypond.git diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index 399ee211a2..f64898fbb5 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -58,13 +58,13 @@ are also included in the distribution. The output is completely generated from the .ly source file, without any further touch up. -

The PostScript files were generated using TeX and dvips at 600 dpi. +

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

If you want a better impression of the appearance, do print out one of -the postscript files. """ headertext_nopics= r""" @@ -123,7 +123,11 @@ def gen_list(inputs, filename): list = open(filename, 'w') else: list = sys.stdout - list.write ('Rendered Examples\n') + list.write ('Rendered Examples\n') + list.write ('\n') + list.write ('\n') if inputs: @@ -178,7 +182,6 @@ def gen_list(inputs, filename): break list_item(f, 'See a picture of page %d' % pageno, 'png') list_item(base + '.pdf', 'Print', 'PDF') - list_item(base + '.ps.gz', 'Print', 'gzipped PostScript') list_item(base + '.midi', 'Listen', 'MIDI') list.write ("\n");