On Mon, 2006-07-24 at 12:28 +0000, Han-Wen Nienhuys wrote: > CVSROOT: /cvsroot/lilypond > Module name: lilypond > Changes by: Han-Wen Nienhuys <hanwen> 06/07/24 12:28:53 > > Modified files: > . : ChangeLog > make : lilypond-vars.make > scm : output-lib.scm > scripts : abc2ly.py convert-ly.py etf2ly.py > lilypond-book.py midi2ly.py musicxml2ly.py
Something's not quite right in midi2ly. Attached patch seems to fix it, but I don't know if it is correct. 2006-07-25 Joe Neeman <[EMAIL PROTECTED]> * scripts/midi2ly.py: remove old line
Index: scripts/midi2ly.py =================================================================== RCS file: /sources/lilypond/lilypond/scripts/midi2ly.py,v retrieving revision 1.48 diff -u -r1.48 midi2ly.py --- scripts/midi2ly.py 24 Jul 2006 12:28:53 -0000 1.48 +++ scripts/midi2ly.py 25 Jul 2006 00:47:16 -0000 @@ -33,8 +33,6 @@ '@lilypond_libdir@']: sys.path.insert (0, os.path.join (d, 'python')) -sys.path.insert (0, os.path.join (datadir, 'python')) - # dynamic relocation, for GUB binaries. bindir = os.path.abspath (os.path.split (sys.argv[0])[0]) for p in ['share', 'lib']: Index: ChangeLog =================================================================== RCS file: /sources/lilypond/lilypond/ChangeLog,v retrieving revision 1.5201 diff -u -r1.5201 ChangeLog --- ChangeLog 24 Jul 2006 12:28:52 -0000 1.5201 +++ ChangeLog 25 Jul 2006 00:47:24 -0000 @@ -1,3 +1,7 @@ +2006-07-25 Joe Neeman <[EMAIL PROTECTED]> + + * scripts/midi2ly.py: remove old line + 2006-07-24 Han-Wen Nienhuys <[EMAIL PROTECTED]> * scripts/*.py (program_name): cleanup relocation snippets.
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel