Re: Frescobaldi custom script

2014-10-27 Thread Urs Liska
Am 26.10.2014 18:28, schrieb Joram: To explain my use case a bit more: My purpose is to provide a single file, a list of files or (main usage) a file containing a list of all files for a project. The script then produces pdf midi output, the latter for each voice separately. The midi output

Re: Frescobaldi custom script

2014-10-26 Thread Vaughan McAlley
On 25 October 2014 20:35, Davide Liessi davide.lie...@gmail.com wrote: However I think that having the possibility to define custom compilers would be very useful. Sorry if I’m wrong, but can’t you type anything you like into Frescobaldi’s Engrave (Custom) command line window? Something like:

Re: Frescobaldi custom script

2014-10-26 Thread Peter Bjuhr
On 2014-10-26 13:31, Vaughan McAlley wrote: Sorry if I’m wrong, but can’t you type anything you like into Frescobaldi’s Engrave (Custom) command line window? Something like: python ~/scripts/myLilypondScript.py $filename ...should run the script and pass it the filename, however that works in

Re: Frescobaldi custom script

2014-10-26 Thread Joram
However I think that having the possibility to define custom compilers would be very useful. Sorry if I’m wrong, but can’t you type anything you like into Frescobaldi’s Engrave (Custom) command line window? Something like: python ~/scripts/myLilypondScript.py $filename ...should run the

Re: Frescobaldi custom script

2014-10-26 Thread Urs Liska
See https://github.com/wbsoft/frescobaldi/issues/512 Am 26. Oktober 2014 18:28:01 MEZ, schrieb Joram noeck.marb...@gmx.de: However I think that having the possibility to define custom compilers would be very useful. Sorry if I’m wrong, but can’t you type anything you like into

Re: Frescobaldi custom script

2014-10-25 Thread Peter Bjuhr
On 2014-10-24 15:01, Noeck wrote: Hi, I have a question concerning Frescobaldi: Is it possible to run a custom script (bash/python) from Frescobaldi. This would be my use case: I have a script that runs lilypond and then timidity and other tools to get ogg rehearsal files which are then

Re: Frescobaldi custom script

2014-10-25 Thread Urs Liska
Am 25.10.2014 10:41, schrieb Peter Bjuhr: On 2014-10-24 15:01, Noeck wrote: Hi, I have a question concerning Frescobaldi: Is it possible to run a custom script (bash/python) from Frescobaldi. This would be my use case: I have a script that runs lilypond and then timidity and other tools to

Re: Frescobaldi custom script

2014-10-25 Thread Davide Liessi
Hi. 2014-10-25 10:41 GMT+02:00 Peter Bjuhr peterbj...@gmail.com: you can run a python script as a Snippet (Tools - Snippets). If it's possible to implement in detail is hard for me to say (without seeing your code), but I think that is what you could try if you want to do it within

Re: Frescobaldi custom script

2014-10-25 Thread Davide Liessi
2014-10-25 11:35 GMT+02:00 Davide Liessi davide.lie...@gmail.com: I'll open an issue on Frescobaldi's GitHub tracker about this. https://github.com/wbsoft/frescobaldi/issues/512 ___ lilypond-user mailing list lilypond-user@gnu.org

Frescobaldi custom script

2014-10-24 Thread Noeck
Hi, I have a question concerning Frescobaldi: Is it possible to run a custom script (bash/python) from Frescobaldi. This would be my use case: I have a script that runs lilypond and then timidity and other tools to get ogg rehearsal files which are then packed in zip files. If I could run it