Re: Converting .midi to .ly (midi2ly.py)

2007-12-12 Thread Mats Bengtsson
ond-Version 2.10.33 keine Midi-Datei nach .ly-Konvertieren. Das zuständige Script midi2ly.py gibt in der Zeile 51 ("import midi") einen Fehler aus (Modul konnte nicht gefunden werden!). Wie kann ich das Problem beheben bzw. benötige ich eine zusätzliche Datei?

Re:Converting .midi to .ly (midi2ly.py)

2007-12-11 Thread Stefan Thomas
; wechseln. Ansonsten ist mir die Endung "py" unbekannt, aber das könnte wohl am Betriebssystem liegen. Viel Glück! Stefan Thomas >Sehr geehrte Damen und Herren > >ich kann mit meiner LilyPond-Version 2.10.33 keine Midi-Datei nach >.ly-Konvertieren. Das zuständige Script

Converting .midi to .ly (midi2ly.py)

2007-12-11 Thread Felix Hekhorn
Sehr geehrte Damen und Herren ich kann mit meiner LilyPond-Version 2.10.33 keine Midi-Datei nach .ly-Konvertieren. Das zuständige Script midi2ly.py gibt in der Zeile 51 ("import midi") einen Fehler aus (Modul konnte nicht gefunden werden!). Wie kann ich das Problem beheben bzw. benötig

midi2ly.py

2005-11-11 Thread george
When there are gaps between notes on the incoming midi file, the output is an appropriately sized 's' as in 's8'. With a single voice this creates short measures. I can see that this feature can be useful in polyphonic scores where one part drops out for some measures. My work around is to c

Running midi2ly.py

2005-11-11 Thread george
Thanks for the help. Apparently my problem stemmed from downloading development code instead of stable code. With the stable version mid2ly.py works. george ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listi

Re:Running midi2ly.py

2005-11-10 Thread Martial
With window for the moment use version 2.6.4 for midi2ly and version 2.12.7 for output a good midi file with lilypond -- Martial ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Running midi2ly.py

2005-11-10 Thread Jan Nieuwenhuizen
which LilyPond version you use and on which operating system. >> >> /Mats >> >> George wrote: >> >>> I tried: >>> >python midi2ly.py test.mid >>> and got: >>> Traceback (most recent call last): >>> File "midi2ly.py

Re: Running midi2ly.py

2005-11-09 Thread george
I'm using lilypond-2.7.12-1 on Windows XP Mats Bengtsson wrote: You will get much more useful help from the mailing list if you tell which LilyPond version you use and on which operating system. /Mats George wrote: I tried: >python midi2ly.py test.mid and got: Traceback (mos

Re: Running midi2ly.py

2005-11-09 Thread Mats Bengtsson
You will get much more useful help from the mailing list if you tell which LilyPond version you use and on which operating system. /Mats George wrote: I tried: >python midi2ly.py test.mid and got: Traceback (most recent call last): File "midi2ly.py", line 42, in ?

Running midi2ly.py

2005-11-09 Thread George
I tried:   >python midi2ly.py test.mid   and got: Traceback (most recent call last):  File "midi2ly.py", line 42, in ?    import midiImportError: No module named midi   This problem seems to have been reported before, but I haven't found a resolution.   Help please,  

problem with running midi2ly.py

2004-12-16 Thread HT Yeh
Hi, I ran into the following problem when trying to convert a midi file into .ly file. I ran the following command in the Cygwin shell window: midi2ly my.mid (return) Got this message - Traceback: File "/usr/bin/midi2ly", line 43, in ? import midi ImportError: dlopen, Win32