On 9 Nov 2018, at 14:07, Andrew Bernard wrote:
> I do not know > how to get the lilypond command for compiling out of Frescobaldi to examine. ...but you might be able to get it out of the process table by using the Linux command "ps" with a suitable flag (see "man ps" on your distro). This needs to be done while Frescobaldi is executing lilypond, so you might need to run ps in a loop to catch it. Something like: while true ; do ps -C lilypond -f ; sleep 1 ; done might work. Run it, then compile the music in frescobaldi, then interrupt the while-loop using Ctrl-C, and inspect the output. _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond