lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond ./ChangeLog scripts/abc2ly.py


From: Laura Conrad
Subject: Re: lilypond ./ChangeLog scripts/abc2ly.py
Date: Mon, 25 Apr 2005 06:53:23 -0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

>>>>> "ES" == Erik Sandberg <address@hidden> writes:

    ES> On Thursday 21 April 2005 08.28, Jan Nieuwenhuizen wrote:
    >> Erik Sandberg writes:
    >> >        scripts/abc2ly.py: Bugfix
    >> 
    >> Thanks, should this be in 2.4 too?

    ES> Ah, yes of course. It was introduced somewhere in 2.3. Committed!

Actually, the chord problem is also critical, was introduced before
2.2, and should also be committed to 2.4.


diff -p -u -u -r1.49 abc2ly.py
--- scripts/abc2ly.py   20 Apr 2005 23:49:30 -0000      1.49
+++ scripts/abc2ly.py   21 Apr 2005 16:16:23 -0000
@@ -1208,7 +1208,7 @@ def try_parse_chord_delims (str, state):
        ch = ''
        if str[:1] ==']':
                str = str[1:]
-               ch = '>'
+               ch = '>>'
 
        end = 0
        while str[:1] ==')':


-- 
Laura (mailto:address@hidden , http://www.laymusic.org/ )
(617) 661-8097  fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139






reply via email to

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