>>>>> "LC" == Laura Conrad <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
+
+ * scripts/abc2ly fix chords (again)
+
2005-04-21 Erik Sandberg <[EMAIL PROTECTED]>
* 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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097 fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel