Re: How to Debug Parse Errors

2002-12-03 Thread Richard Grubb
My problem has been resolved. The line endings were messed up. On my machine, I don't have dos2unix, but I do have dosunix which the man page said should do the same translation. Except in this case, it removed all line endings (plus some characters in column 1 and most of the ending '}'s ). I

Using Lilypond with OpenOffice?

2002-12-03 Thread Ray Peck
Hi! I'm writing a document on music theory and New Standard Tuning (Robert Fripp's fifths-based guitar tuning). The first version of this was done with Word and Visio (hiss!); the new version is in OpenOffice. I'm adding notation to the new version of the doc (the first version only had fretboa

Re: How to Debug Parse Errors

2002-12-03 Thread Simon Bailey
On Tue, 2002-12-03 at 23:23, Richard Grubb wrote: > Running "less standchen.ly" shows the only "non-printable" characters > are a bunch of ^M (Which are end-of-line characters; Unix or Mac, I > would have to look up which it is) and one <8A> in the Mutopia header > for the title (an "a" with som

Re: How to Debug Parse Errors

2002-12-03 Thread Richard Grubb
I actually used the "Save" or "Save As" menu in IE5 to save the example files. Running "less standchen.ly" shows the only "non-printable" characters are a bunch of ^M (Which are end-of-line characters; Unix or Mac, I would have to look up which it is) and one <8A> in the Mutopia header for the

Re: How to Debug Parse Errors

2002-12-03 Thread Erik Sandberg
On Tuesday 03 December 2002 21.58, Richard Grubb wrote: > I am new to Lilypond. I have 1.6.0 running on MacOSX 10.1.5. I can > create .ly files from descriptions in the tutorial and run them through > ly2dvi, but have not been able to run the first two examples I saved > from the lilypond.org websi

How to Debug Parse Errors

2002-12-03 Thread Richard Grubb
I am new to Lilypond. I have 1.6.0 running on MacOSX 10.1.5. I can create .ly files from descriptions in the tutorial and run them through ly2dvi, but have not been able to run the first two examples I saved from the lilypond.org website. When I run ly2dvi -P standchen.ly, I get the following o

Re: lilypond-book and TeX pool size

2002-12-03 Thread Mats Bengtsson
As an alternative to editing the texmf.cnf file, you could set the corresponding environment variables. This is useful, for example, if you don't want to change a system-wide texmf.cnf file. The following settings are done by default in the script ly2dvi: export pool_size=25 export extra_mem_to

pool_size fixed

2002-12-03 Thread David Bobroff
Thanks Jan, I had trouble finding the right file to edit. Windows had put a cute little icon on texmf.cnf so I missed it and was looking at two other files called texmf.cnf-orig and texmf.cnf.cygwin-dist. Found the right file but pool_free=5 was not enough, pool_free=50 was enough but is

Re: lilypond-book and TeX pool size

2002-12-03 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen <[EMAIL PROTECTED]> writes: > Edit texmf.cnf, or set environment var poolsize. oops: pool_size -- Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org __

Re: lilypond-book and TeX pool size

2002-12-03 Thread Jan Nieuwenhuizen
David Bobroff <[EMAIL PROTECTED]> writes: > ! TeX capacity exceeded, sorry [pool size=71042]. > > Do I need to increase my pool size, or is there another way around this? > If I need to increase the pool size can somebody tell me how? Edit texmf.cnf, or set environment var poolsize. Btw, Google

lilypond-book and TeX pool size

2002-12-03 Thread David Bobroff
Now I've hit a problem which is probably peripheral to Lilypond. I'm preparing a booklet of scales/exercises using lilypond-book. All was going well (once I fixed the side-by-side problem) until I added another page. The new section I'm trying to add compiles fine by itself but when I add it to t