On Wednesday 20 April 2005 20.33, Laura Conrad wrote:
> >>>>> "JN" == Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes:
>
> JN> Laura Conrad writes:
> >> I use it. It isn't possible for me to switch to 2.4 (or 2.5 in its
> >> current state) because abc2ly is broken in a major way. (It
> >> fails to translate key signatures.)
>
> JN> Can we please have a proper bug report? We do not want to ship
> known JN> to be broken software.
>
> What's improper about
> <http://www.google.com/url?sa=U&start=1&q=http://lists.gnu.org/archive/html
>/lilypond-devel/2005-02/msg00113.html&e=9797> from last February, or
> <http://lists.gnu.org/archive/html/lilypond-devel/2005-04/msg00146.html>
> from last Saturday?
Attached is a patch that fixes the key signature problem.
Erik
? Documentation/out
? Documentation/bibliography/out
? Documentation/misc/out
? Documentation/pictures/out
? Documentation/topdocs/out
? Documentation/user/out
? buildscripts/out
? cygwin/out
? debian/out
? elisp/out
? flower/out
? flower/include/out
? input/out
? input/mutopia/out
? input/mutopia/E.Satie/out
? input/mutopia/F.Schubert/out
? input/mutopia/J.S.Bach/out
? input/mutopia/R.Schumann/out
? input/mutopia/W.A.Mozart/out
? input/no-notation/out
? input/regression/out
? input/template/out
? input/test/out
? input/tutorial/out
? kpath-guile/out
? lily/foo.pdf
? lily/foo.ps
? lily/lily
? lily/lilypond
? lily/lilypond.gdt
? lily/lilypond.gpr
? lily/out
? lily/include/out
? ly/out
? make/out
? mf/feta-alphabet11.tfm
? mf/feta-alphabet13.tfm
? mf/feta-alphabet14.tfm
? mf/feta-alphabet16.tfm
? mf/feta-alphabet18.tfm
? mf/feta-alphabet20.tfm
? mf/feta-alphabet23.tfm
? mf/feta-alphabet26.tfm
? mf/out
? po/out
? ps/out
? python/fontextract.pyc
? python/lilylib.pyc
? python/out
? scm/out
? scripts/out
? stepmake/out
? stepmake/bin/out
? stepmake/stepmake/out
? tex/out
? ttftool/out
? ttftool/include/out
? vim/out
Index: ChangeLog
===================================================================
RCS file: /cvsroot/lilypond/lilypond/ChangeLog,v
retrieving revision 1.3487
diff -u -r1.3487 ChangeLog
--- ChangeLog 20 Apr 2005 12:45:16 -0000 1.3487
+++ ChangeLog 20 Apr 2005 23:44:18 -0000
@@ -1,3 +1,7 @@
+2005-04-21 Erik Sandberg <[EMAIL PROTECTED]>
+
+ * scripts/abc2ly: Bugfix
+
2005-04-20 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* python/fontextract.py (write_extracted_fonts): bugfix, too many
Index: scripts/abc2ly.py
===================================================================
RCS file: /cvsroot/lilypond/lilypond/scripts/abc2ly.py,v
retrieving revision 1.48
diff -u -r1.48 abc2ly.py
--- scripts/abc2ly.py 27 Mar 2005 12:26:43 -0000 1.48
+++ scripts/abc2ly.py 20 Apr 2005 23:44:23 -0000
@@ -142,7 +142,7 @@
s = s[4:]
state.base_octave = -2
voices_append ("\\clef bass\n" )
- return s
+ return s
def select_voice (name, rol):
if not voice_idx_dict.has_key (name):
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel