X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fetf2ly.py;h=009b49ae95ab8aca7baef420095c0b47e4f2fb5b;hb=e75fb5671825d247c16a860370f7110792b1bda4;hp=a487d623d896c46d088e6f601a9aef229b3dbead;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index a487d623d8..009b49ae95 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -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)