Re: between-system-space command using OpenOffice

2007-05-21 Thread Mats Bengtsson
If you want to add 10mm space between each score line, add the following 
LaTeX

definition in the preamble of your LaTeX file.

\newcommand{\betweenLilyPondSystem}[1]{\\[10mm]}

An alternative if you want the lines to spread equally over the page, is to
use a definition like

\newcommand{\betweenLilyPondSystem}[1]{\vfill}

   /Mats

Morten Lemvigh wrote:

Mats Bengtsson wrote:

You are completely right, in that the spacing between systems is handled
within LaTeX (or HTML or texinfo) if you use lilypond-book.


I'm setting a book in latex - how do I tell lilypond-book to make the 
between-system-space bigger? I just use the \lilypondfile{myfile.ly} 
command for music inclusion. - I couldn't find anything under the 
lilypond-book documentation.


Thanks,
Morten



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: between-system-space command using OpenOffice

2007-05-18 Thread Morten Lemvigh

Mats Bengtsson wrote:

You are completely right, in that the spacing between systems is handled
within LaTeX (or HTML or texinfo) if you use lilypond-book.


I'm setting a book in latex - how do I tell lilypond-book to make the 
between-system-space bigger? I just use the \lilypondfile{myfile.ly} 
command for music inclusion. - I couldn't find anything under the 
lilypond-book documentation.


Thanks,
Morten



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: between-system-space command using OpenOffice

2007-03-20 Thread Mats Bengtsson

You are completely right, in that the spacing between systems is handled
within LaTeX (or HTML or texinfo) if you use lilypond-book. I don't
know anything about the details of the LilyPond support in OpenOffice, but
probably, you can modify the line spacing between the generated EPS
figures within OpenOffice.

As an alternative, you can try to add \book{...} around your full score
(at least if it the full score should fit on a single page). Then, I 
guess that

between-system-space will act as normally, since you will only get a single
EPS file for the full score.

gio wrote:

Hello everybody,

I'm using Lillypond with OpenOffice. I'm not able to set the distance
beetween two systems. It seems to me that the command

\paper {
   between-system-space = 25\mm
}

is disabled by the command:

\include lilypond-book-preamble.ly

Can you help me?? Thanks!!

Giordano


ps. I'm not use to write in english, maybe I've done some grammatical
error..
  

No problems whatsoever!

  /Mats


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user