CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/13 13:13:46

Modified files:
        .              : ChangeLog VERSION 
        buildscripts   : mutopia-index.py 

Log message:
        (list_item): thinko. Fixes png
        links on website.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3771&tr2=1.3772&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/VERSION.diff?tr1=1.642&tr2=1.643&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/buildscripts/mutopia-index.py.diff?tr1=1.32&tr2=1.33&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3771 lilypond/ChangeLog:1.3772
--- lilypond/ChangeLog:1.3771   Mon Jun 13 10:06:37 2005
+++ lilypond/ChangeLog  Mon Jun 13 13:13:45 2005
@@ -1,3 +1,8 @@
+2005-06-13  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
+       links on website. 
+
 2005-06-13  Graham Percival  <[EMAIL PROTECTED]>
 
        * Documentation/topdocs/INSTALL.texi,
Index: lilypond/VERSION
diff -u lilypond/VERSION:1.642 lilypond/VERSION:1.643
--- lilypond/VERSION:1.642      Fri Jun 10 12:03:58 2005
+++ lilypond/VERSION    Mon Jun 13 13:13:46 2005
@@ -1,6 +1,6 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=2
 MINOR_VERSION=5
-PATCH_LEVEL=30
+PATCH_LEVEL=31
 MY_PATCH_LEVEL=
 
Index: lilypond/buildscripts/mutopia-index.py
diff -u lilypond/buildscripts/mutopia-index.py:1.32 
lilypond/buildscripts/mutopia-index.py:1.33
--- lilypond/buildscripts/mutopia-index.py:1.32 Sun Jun 12 18:42:49 2005
+++ lilypond/buildscripts/mutopia-index.py      Mon Jun 13 13:13:46 2005
@@ -157,11 +157,11 @@
 
                pages_found = 0
                for page in range (1, 100):
-                       pages_found += 1
                        f = base + '-page%d.png' % page
                        
                        if not os.path.isfile (f):
                                break
+                       pages_found += 1
                        list_item (f, 'See a picture of page %d' % page, 'png')
 
                if pages_found == 0 and os.path.exists (base + '.png'):


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to