]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
* lily/include/my-lily-parser.hh: rename My_lily -> Lily
[lilypond.git] / buildscripts / mutopia-index.py
index 1e0d594394192edd99f64dc0058e41eff081cb5a..f64898fbb5c6f76f04812a6a451dfaeff872e6c5 100644 (file)
@@ -123,7 +123,11 @@ def gen_list(inputs, filename):
                list = open(filename, 'w')
        else:
                list = sys.stdout
-       list.write ('<html><title>Rendered Examples</title>\n')
+       list.write ('<html><head><title>Rendered Examples</title>\n')
+       list.write ('<style type="text/css">\n')
+       list.write ('hr { border:0; height:1; color: #000000; background-color: #000000; }\n')
+       list.write ('</style></head>\n')
+
        list.write ('<body bgcolor=white>\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 ("</ul>\n");