]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
Fix compile
[lilypond.git] / scripts / etf2ly.py
index 26fd2e03ae1e4590cfe42c9e2795ec35c0299700..54daa94decea6db273a297308eaa815797fb1321 100644 (file)
@@ -1116,7 +1116,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)