X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fetf2ly.py;h=0e7fb9c83e6fd9c7af8c33a83077680901646c05;hb=ebc3cdab150ac7de7857043d301f784fd0f8aecc;hp=1bd2699b8d63605f9f19c092960a1ef4631075e8;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index 1bd2699b8d..0e7fb9c83e 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -1131,11 +1131,13 @@ class Etf_file: while c and c.number <> endno: - thread.append (c) + d = c # hack to avoid problem with build/scripts/grand-replace.py + thread.append (d) c = c.next if c: - thread.append (c) + d = c # hack to avoid problem with build/scripts/grand-replace.py + thread.append (d) return thread @@ -1186,7 +1188,7 @@ def warranty (): %s %s -''' % ( _ ('Copyright (c) %s by') % '2001--2010', +''' % ( _ ('Copyright (c) %s by') % '2001--2012', '\n '.join (authors), _ ('Distributed under terms of the GNU General Public License.'), _ ('It comes with NO WARRANTY.')))