Re: Lilypond files in Texshop

2009-01-06 Thread Ole Schmidt
ut pdflatex "$1" # Copy output (PDF) file to parent directory mv "$1:r".pdf .. # Delete temporary stuff rm -rf * cd .. # Delete (empty) temp directory rmdir "$1:r"-out # Display output (PDF) file open "$1:r".pdf ___ It's not

Re: Lilypond files in Texshop

2009-01-06 Thread Walter Hofmeister
Have you set the paths as per the instructions in the file? Walter On Jan 6, 2009, at 11:15 AM, hasbergerm wrote: I have the Lilypond-Engine already but it's not working. --- On Tue, 1/6/09, Walter Hofmeister wrote: From: Walter Hofmeister Subject: Re: Lilypond files in Texsh

Re: Lilypond files in Texshop

2009-01-06 Thread Walter Hofmeister
On Jan 6, 2009, at 3:34 AM, Hasi wrote: Does anyone know how I can include Lilypond files in Texshop (without the Lilypond-Latex extension, because this one is not working)? I would prefer to not do it from the command line... Thanks ___ lilypond

Re: Lilypond files in Texshop

2009-01-06 Thread Ole Schmidt
lete temporary stuff rm -rf * cd .. # Delete (empty) temp directory rmdir "$1:r"-out # Display output (PDF) file open "$1:r".pdf ___ It's not "safe" (i.e., it doesn't have 'if' checks, etc.), but it works for me.

Lilypond files in Texshop

2009-01-06 Thread Hasi
Does anyone know how I can include Lilypond files in Texshop (without the Lilypond-Latex extension, because this one is not working)? I would prefer to not do it from the command line... Thanks ___ lilypond-user mailing list lilypond-user@gnu.org http