Re: Command Line call to LilyPond with PDF auto open

2015-01-25 Thread Flaming Hakama by Elaine
> From: Matthew James Briggs > Subject: Command Line call to LilyPond with PDF auto open > > When calling LilyPond from the command line (I'm on Mac OS X) like this > > exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond " pathtomy.ly" > > is t

Re: Command Line call to LilyPond with PDF auto open

2015-01-18 Thread Conor Cook
Thank you! I will look into that. I do actually use Frescobaldi for LP, now that I think of it. It's really only a problem for LaTeX and Gregorio, for me, I guess. Still, I will look into it. > On Jan 18, 2015, at 6:50 AM, Kevin Barry wrote: > > >> On Sun, Jan 18, 2015 at 12:47 PM, Conor

Re: Command Line call to LilyPond with PDF auto open

2015-01-18 Thread Kevin Barry
On Sun, Jan 18, 2015 at 12:47 PM, Conor Cook wrote: > Is there a way on Windows to do so? > Neither my program, Foxit, or the built-in allows that. > Sumatrapdf is an auto-updating pdf reader for windows. Maybe take a look at that. Or use frescobaldi! ___

Re: Command Line call to LilyPond with PDF auto open

2015-01-18 Thread Conor Cook
Is there a way on Windows to do so? Neither my program, Foxit, or the built-in allows that. > On Jan 18, 2015, at 2:01 AM, Johan Vromans wrote: > > On Sat, 17 Jan 2015 22:58:53 -0800 > Matthew James Briggs wrote: > >> Oops this is actually superfluous because the preview app on Mac OS X >>

Re: Command Line call to LilyPond with PDF auto open

2015-01-18 Thread Hans Aberg
> On 18 Jan 2015, at 07:54, Matthew James Briggs > wrote: > > When calling LilyPond from the command line (I'm on Mac OS X) like this > > exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "pathtomy.ly" > > is there a flag to tell the program to open the compiled PDF when it's >

Re: Command Line call to LilyPond with PDF auto open

2015-01-18 Thread Johan Vromans
On Sat, 17 Jan 2015 22:58:53 -0800 Matthew James Briggs wrote: > Oops this is actually superfluous because the preview app on Mac OS X > updates with any changes as soon as I click on it, so just leaving the pdf > open when compiling works no problem. So do many viewers on other platforms. E.g.,

Re: Command Line call to LilyPond with PDF auto open

2015-01-17 Thread Matthew James Briggs
Oops this is actually superfluous because the preview app on Mac OS X updates with any changes as soon as I click on it, so just leaving the pdf open when compiling works no problem. (I'm a newb) .mjb On Sat, Jan 17, 2015 at 10:54 PM, Matthew James Briggs < matthew.james.bri...@gmail.com> wrot

Command Line call to LilyPond with PDF auto open

2015-01-17 Thread Matthew James Briggs
When calling LilyPond from the command line (I'm on Mac OS X) like this exec /Applications/LilyPond.app/Contents/Resources/bin/lilypond "pathtomy.ly " is there a flag to tell the program to open the compiled PDF when it's finished like the GUI program does? .mjb _