Re: lilypond-book and pdf output

2007-04-29 Thread Graeme McKinstry
Graham Percival gmail.com> writes: > > Graeme McKinstry wrote: > > I have got the exec part to work, but I can't get > > the path name to be global. I think the manual is > > for bash. > > It is indeed; bash is standard in OSX 10.3 and 10.4. Why change it? > > > setenv PATH "~/bin:$PATH" >

Re: lilypond-book and pdf output

2007-04-23 Thread Bax
Graeme McKinstry xtra.co.nz> writes: > I have read the notes, but I am using > a different shell (tsch and not bash). > > I have got the exec part to work, but I can't get > the path name to be global. I think the manual is > for bash. I have tried editing the .profile and adding > > setenv PA

Re: lilypond-book and pdf output

2007-04-23 Thread Mats Bengtsson
The .profile file is specific for bash. If you use tcsh, you should do the initialization in a file called .tcshrc or .cshrc (at least on Linux/UNIX, I don't know anything in specific about Mac OS). I hope you first have verified that it works to manually do setenv PATH "~/bin:$PATH" in your wo

Re: lilypond-book and pdf output

2007-04-23 Thread Graham Percival
Graeme McKinstry wrote: I have got the exec part to work, but I can't get the path name to be global. I think the manual is for bash. It is indeed; bash is standard in OSX 10.3 and 10.4. Why change it? setenv PATH "~/bin:$PATH" but I am not an expert and so I do not know if this is the rig

Re: lilypond-book and pdf output

2007-04-23 Thread Graeme McKinstry
Mats Bengtsson ee.kth.se> writes: > > Have you read the section called "Notes for the MacOS X app" in the manual? > >/Mats > I have read the notes, but I am using a different shell (tsch and not bash). I have got the exec part to work, but I can't get the path name to be global. I think

Re: lilypond-book and pdf output

2007-04-23 Thread Mats Bengtsson
Have you read the section called "Notes for the MacOS X app" in the manual? /Mats Graeme McKinstry wrote: Mats Bengtsson ee.kth.se> writes: I begin to suspect that you have some problems with character encoding or line endings in the text file. Do you, by chance, use old-style Mac line

Re: lilypond-book and pdf output

2007-04-23 Thread Graeme McKinstry
Mats Bengtsson ee.kth.se> writes: > > I begin to suspect that you have some problems with character encoding or > line endings in the text file. Do you, by chance, use old-style Mac > line-endings > (i.e. just a CR)? In that case, try to save the file using the new Mac OS X > convention (which

Re: lilypond-book and pdf output

2007-04-23 Thread Mats Bengtsson
I begin to suspect that you have some problems with character encoding or line endings in the text file. Do you, by chance, use old-style Mac line-endings (i.e. just a CR)? In that case, try to save the file using the new Mac OS X convention (which is the same as UNIX has always been using) to u

Re: lilypond-book and pdf output

2007-04-22 Thread Graham Percival
Graeme McKinstry wrote: (lilypond taken from the manual). Saved as lily_music.pdftex From the terminal window: lilypond-book --format=latex --pdf ~/lily_music.pdftex What about simply naming the file .lytex and doing lilypond-book file.lytex I recommend trying a simple, default-option c

Re: lilypond-book and pdf output

2007-04-22 Thread Graeme McKinstry
> > Exactly what commands (including all the options) do you use? > > /Mats > > Quoting Graeme McKinstry xtra.co.nz>: > > > First some information > > > > Lilypond 2.11 running under Mac OS X 10.4.9 (Intel) > > > > Lilypond installed and running fine. Generating PDF output. > > > > Problem:

Re: lilypond-book and pdf output

2007-04-22 Thread Mats Bengtsson
Exactly what commands (including all the options) do you use? /Mats Quoting Graeme McKinstry <[EMAIL PROTECTED]>: First some information Lilypond 2.11 running under Mac OS X 10.4.9 (Intel) Lilypond installed and running fine. Generating PDF output. Problem: Running lilypond-book ok from c

Re: lilypond-book and pdf output

2007-04-22 Thread Graham Percival
Graeme McKinstry wrote: Lilypond 2.11 running under Mac OS X 10.4.9 (Intel) I just verified the template in the docs on OSX 10.4.9 with Lily 2.11.22. I can't remember any bugfixes in lilypond-book in the recent past, but just to check anyway, are you using a recent version of lilypond? Run

Re: lilypond-book and pdf output

2007-04-22 Thread Dominic Neumann
Hi Graeme, could you please post a minimal example of your Tex file and the lilypond input? lilypond-book "only" puts includegraphics commands into the new Tex file, but should also create the appropriate .pdf files to be included with pdflatex. Dominic 2007/4/22, Graeme McKinstry <[EMAIL PROTE

lilypond-book and pdf output

2007-04-22 Thread Graeme McKinstry
First some information Lilypond 2.11 running under Mac OS X 10.4.9 (Intel) Lilypond installed and running fine. Generating PDF output. Problem: Running lilypond-book ok from command line but it doesn't seem to produce any sensible output. If I create a new directory (--output) I get a new .te