]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix problem from grand-replace.
authorGraham Percival <graham@percival-music.ca>
Fri, 14 Jan 2011 11:56:55 +0000 (11:56 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 14 Jan 2011 11:56:55 +0000 (11:56 +0000)
scripts/etf2ly.py

index a487d623d896c46d088e6f601a9aef229b3dbead..009b49ae95ab8aca7baef420095c0b47e4f2fb5b 100644 (file)
@@ -1131,7 +1131,8 @@ class Etf_file:
 
         
         while c and c.number <> endno:
-            thread.append (c) c = c.next
+            thread.append (c)
+            c = c.next
 
         if c: 
             thread.append (c)