> - renamed (rows to (columns (Thanks Mats; I must have been asleep
> when I wrote that code)
Please apply the following patch before trying to upgrade any
old .ly files.
/Mats
diff -u scripts/convert-ly.py.orig scripts/convert-ly.py
--- scripts/convert-ly.py.orig Mon Apr 16 23:17:46 2001
+++ scripts/convert-ly.py Thu Apr 19 09:24:24 2001
@@ -821,9 +821,9 @@
if 1:
def conv (str):
str = re.sub ('\(align', '(axis', str)
- str = re.sub ('\(row', '(columns', str)
+ str = re.sub ('\(rows', '(columns', str)
return str
- conversions.append (((1,3,148), conv, '(align -> (axis, (row
-> columns'))
+ conversions.append (((1,3,148), conv, '(align -> (axis, (rows
-> columns'))
_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss