bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disappearing dynamics


From: Graham King
Subject: Re: Disappearing dynamics
Date: Mon, 12 Nov 2018 21:15:29 +0000

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]