]> git.donarmstrong.com Git - lilypond.git/commitdiff
nit
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 16 Feb 2007 11:26:16 +0000 (12:26 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 16 Feb 2007 11:26:16 +0000 (12:26 +0100)
scripts/etf2ly.py

index f87778d9d4fc61c93fca965328ee60cdf3b5fd45..dd431d699a22d0991b83fd893cec73a99e5d3f9f 100644 (file)
@@ -1226,8 +1226,6 @@ for f in files:
     sys.stderr.write ('Writing `%s\'' % out_filename)
     ly = e.dump()
 
-    
-    
     fo = open (out_filename, 'w')
     fo.write ('%% lily was here -- automatically converted by etf2ly from %s\n' % f)
     fo.write(ly)