]> git.donarmstrong.com Git - lilypond.git/commitdiff
polish
authorHeikki Junes <heikki.junes@hut.fi>
Wed, 23 Jul 2003 22:57:44 +0000 (22:57 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Wed, 23 Jul 2003 22:57:44 +0000 (22:57 +0000)
ChangeLog
buildscripts/mutopia-index.py

index d704ec6df0685a619e2aeaf025c1c2f777aa33e3..008c9144de95c09dcf346d86b9671b7523498a68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
 
        * Documentation/topdocs/INSTALL.texi: update links.
 
+       * buildscripts/mutopia-index.py: polish.
+
 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * scripts/convert-ly.py (FatalConversionError.conv): rule for pedal-style  
index b57e9a092e67bf5bac41c0c7c640db8ff8eccf3d..4eb80f688d49fb99736754f9071bfd4c4043336c 100644 (file)
@@ -162,9 +162,9 @@ def gen_list(inputs, filename):
                                size=os.stat(filename)[stat.ST_SIZE]
                                kB=(size + 512) / 1024
                                if kB:
-                                       l.write (' (%s %dkB)' % (type, kB))
+                                       l.write (' (%s %d kB)' % (type, kB))
                                else:
-                                       l.write (' (%s %dcharacters)' % (type, size))
+                                       l.write (' (%s %d characters)' % (type, size))
                                pictures = ['jpeg', 'png', 'xpm']
                                l.write ('\n')
 
@@ -174,8 +174,8 @@ def gen_list(inputs, filename):
                        if not file_exist_b (f):
                                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 + '.pdf', 'Print', 'PDF')
+               list_item(base + '.ps.gz', 'Print', 'gzipped PostScript')
                list_item(base + '.midi', 'Listen', 'MIDI')
                list.write ("</ul>\n");