Comment #6 on issue 764 by v.villenave: convert-ly does not work in the lilypad for OSX 10.4
http://code.google.com/p/lilypond/issues/detail?id=764

Launched from the GUI, convert-ly 2.13.3 fails on Leopard PPC with the following
traceback:


 convert-ly (GNU LilyPond) 2.13.3
Processing `/Users/emmanuelle/Desktop/Untitled.ly'...
Traceback (most recent call last):
File "/Applications/LilyPond.app/Contents/Resources/bin/convert-ly", line 326, in
<module>
    main ()
File "/Applications/LilyPond.app/Contents/Resources/bin/convert-ly", line 320, in main
    do_one_file (f)
File "/Applications/LilyPond.app/Contents/Resources/bin/convert-ly", line 248, in
do_one_file
    (last, result) = do_conversion (input, from_version, to_version)
File "/Applications/LilyPond.app/Contents/Resources/bin/convert-ly", line 184, in
do_conversion
    conv_list = get_conversions (from_version, to_version)
File "/Applications/LilyPond.app/Contents/Resources/bin/convert-ly", line 169, in
get_conversions
    return filter (is_applicable, convertrules.conversions)
File "/Applications/LilyPond.app/Contents/Resources/bin/convert-ly", line 168, in
is_applicable
    return version_cmp (v[0], f) > 0 and version_cmp (v[0], t) <= 0
File "/Applications/LilyPond.app/Contents/Resources/bin/convert-ly", line 162, in
version_cmp
    if t1[x] - t2[x]:
IndexError: tuple index out of range

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to