Ok I have this working in my LaTeX file:

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

\begin {lilypond} ....etc...

to put more space between score lines. actually i used {\linebreak\linebreak } to get even closer to what I needed but now the line spacing from one piece to another is inconsistent. Sometimes it looks like a lot, sometimes just right depending on the length of the piece.

is there a way to set padding between lines? or just set the amount of distance that a \linebreak is equal to?

adam

On Apr 26, 2007, at 1:54 PM, Mats Bengtsson wrote:

As you correctly have observed, lilypond-book does not cake between-system-space or between-system-padding into account when generating the scores. Instead, every score line is included into the LaTeX document as a separate EPS file and the only extra spacing between the lines is the same line spacing as is used in the rest of the document. One solution if you want to increase the spacing, is to define the LaTeX function \betweenLilyPondSystem which is called between each system. See the
manual.



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

Reply via email to