lilypond-devel
[Top][All Lists]
Advanced

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

Re: Upgrading


From: Laura Conrad
Subject: Re: Upgrading
Date: Thu, 21 Apr 2005 12:17:56 -0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

>>>>> "LC" == Laura Conrad <address@hidden> writes:

    ES> Attached is a patch that fixes the key signature problem.

    LC> Thanks.  It works.


Except that there's a piece of the patch to make chords work that
doesn't seem to have made it to 2.5.  Patch attached

Index: ChangeLog
===================================================================
RCS file: /cvsroot/lilypond/lilypond/ChangeLog,v
retrieving revision 1.3488
diff -p -u -u -r1.3488 ChangeLog
--- ChangeLog   20 Apr 2005 23:49:27 -0000      1.3488
+++ ChangeLog   21 Apr 2005 16:16:22 -0000
@@ -1,3 +1,7 @@
+2005-04-21  Laura Conrad <address@hidden>
+
+       * scripts/abc2ly fix chords (again)
+       
 2005-04-21  Erik Sandberg  <address@hidden>
 
        * scripts/abc2ly: Bugfix
Index: debian/changelog
===================================================================
RCS file: /cvsroot/lilypond/lilypond/debian/changelog,v
retrieving revision 1.40
diff -p -u -u -r1.40 changelog
--- debian/changelog    27 Aug 2004 17:33:49 -0000      1.40
+++ debian/changelog    21 Apr 2005 16:16:23 -0000
@@ -1,3 +1,9 @@
+lilypond (2.5.050416.local.1) unstable; urgency=low
+
+  * Local build from CVS.
+
+ -- Laura Conrad <address@hidden>  Sat, 16 Apr 2005 10:17:27 -0400
+
 lilypond (2.2.6-1) unstable; urgency=high
 
   * New upstream stable release.  (Closes: Bug#264263)
Index: scripts/abc2ly.py
===================================================================
RCS file: /cvsroot/lilypond/lilypond/scripts/abc2ly.py,v
retrieving revision 1.49
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]