]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
nit
[lilypond.git] / 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)