Re: Help with systemSeparatorMarkup in Latex

2008-02-05 Thread Mats Bengtsson
Daniel Tonda wrote: This is as close as I can get to a system separator, but it puts it after every eps file, It is much better though. Now I only have to find a way for the command to put it only after a number of systems have been inserted. The manual actually shows a couple of examples of

Re: Help with systemSeparatorMarkup in Latex

2008-02-05 Thread Daniel Tonda
That works at first! I tried a couple of definitions for the command: \def\betweenLilyPondSystem#1{\\[10pt]} %% Very nice it avoids the eps to be kind of squashed and leaves more space and \def\betweenLilyPondSystem#1{\textbf{\Large{//}}\\[10pt]} %% Still has to be worked out though. This is as

Re: Help with systemSeparatorMarkup in Latex

2008-02-04 Thread Graham Percival
Now why on earth would I want to insert a \pageBreak inside a score which is less than a single page? :) Again, I haven't tried this in four years (I just tried compiling my old project, but it needs some manual convert-ly attention), but it certainly works for multi-page files. I think my longe

Re: Help with systemSeparatorMarkup in Latex

2008-02-04 Thread Mats Bengtsson
Thanks for reminding me! Yes, if your score is less than a single page and you want it to appear exactly the same as in a standalone LilyPond generated score, then the simple solution is just to add a \book{...} around the full example, which makes lilypond-book typeset the full score as a single

Re: Help with systemSeparatorMarkup in Latex

2008-02-04 Thread Graham Percival
Isn't this one of the only reasons to ever use \book? I remember using \book to get a \pageBreak inside a lilypond-book project... but that was about four years ago, so things may have changed since then. Cheers, - Graham On Mon, 04 Feb 2008 14:22:49 +0100 Mats Bengtsson <[EMAIL PROTECTED]> wrot

Re: Help with systemSeparatorMarkup in Latex

2008-02-04 Thread Mats Bengtsson
As you may have noticed, the system separators is not the only thing that's not included when you use lilypond-book. Also such aspects as the spacing between the systems is lost. The reason is that every system is typeset as a separate .eps file, which LaTeX treats as a separate figure. Of course,

Help with systemSeparatorMarkup in Latex

2008-02-03 Thread Daniel Tonda
I don't seem to get the "//" systemSeparator when using latex and lilypond. I've been searching and can't find any pointers. I put this code in a lilypond file, and when compiled by itself it shows fine in the final pdf, but if I use it in latex I don't get the separator. \paper { between-syst