]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
Imported Upstream version 2.16.0
[lilypond.git] / scripts / etf2ly.py
index 009b49ae95ab8aca7baef420095c0b47e4f2fb5b..0e7fb9c83e6fd9c7af8c33a83077680901646c05 100644 (file)
@@ -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--2011',
+''' % ( _ ('Copyright (c) %s by') % '2001--2012',
         '\n  '.join (authors),
         _ ('Distributed under terms of the GNU General Public License.'),
         _ ('It comes with NO WARRANTY.')))