gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LilyPond 1.3.149 -- "Three More Nights"


From: Mats Bengtsson
Subject: Re: LilyPond 1.3.149 -- "Three More Nights"
Date: Thu, 19 Apr 2001 09:31:34 +0200

> - 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'))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]