Re: Re: [Lily4jedit-devel] My near plans
Brought to you by:
fodber
From: Joshua K. <zz...@la...> - 2004-11-25 17:55:47
|
Hi >> I check the activity log, its says, >> lilypond cygdrive/c/folder\ with\ spaces/test.ly <--- this is okay >> cd cygdrive/c/folder\ with\ spaces/ ; cygdrive/c/folder\\ with\\ >> spaces/test.ly <--- nothing happens after this > >In the second line, did you leave out "lilypond" on purpose? Opps that was a typo in my email. The log file shows the lilypond command. I guess why it doesnt run is because the \ got replaced with a \\ in the 2nd part of the command. i only method i tried to modifed was unixname.i guess other methods are affected and responsible for it to work. Just update e cvs. Now import macro can be run under the wizard menu. Bert, do you think this is the right place for the macro? The macro should run the commandline midi, etf, abc, muse converters. However, the xml2ly doesnt seems to be running... running main method works though... Some new improvement to MidiPlayer, + very slight change to the ui + Allow tempo adjustment. + Mute / Solo Tracks + Trial test for displaying which beats and bars player is currently running About the latest feature, I find this very usefully, because I find its a nice way to spot errors in the scores just by listening and then checking the display for which bar the mistake could be and correct them, without staring at the scores always while playing back the midi. However, the method i'm using is by extracting the tempo from the midi. Please tell me if the way I'm doing is wrong so I wont put in so much time and effort for something that wont work out.. Dscho, if this works, the midiplayer can trigger the page flip in jdvi? this will make the page seems to be following the music. 1 more question which i could figure the ans myself is what's the seekFirstTick method in the midiplayer for? Joshua |