]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
Whitespace issues.
[lilypond.git] / scripts / etf2ly.py
index 39a6fba4abf08c2cc1a68c05aa95769539df7ec3..c23075055dd0f8a1a8949c75bd1f7d9f24ad51ae 100644 (file)
@@ -508,7 +508,7 @@ class Frame:
         if left[0]:
             str = str + rational_to_lily_skip (left)
 
-        str = str + '  | \n'
+        str = str + '  |\n'
         return str
         
 def encodeint (i):
@@ -615,7 +615,7 @@ class Staff:
                     fr = m.frames[x]
                 except IndexError:
                     sys.stderr.write ("Skipping nonexistent frame %d\n" % x)
-                    laystr = laystr + "%% non existent frame %d (skipped) \n" % x
+                    laystr = laystr + "%% non existent frame %d (skipped)\n" % x
                 if fr:
                     first_frame = fr
                     if gap <> (0,1):