lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond book and paper


From: Francisco Vila
Subject: Re: lilypond book and paper
Date: Tue, 27 Apr 2010 10:37:56 +0200

2010/4/27 Stefan Thomas <address@hidden>:
> Dear community,
> I've seen that the paper-block in the following example, which I've used in
> a latex-document, has no influence on the output.
> How can I get more space between the systems?
>
>  \begin{lilypond}
>                           \version "2.12.2"
>
>                                         \paper {
>
>                                           between-system-padding = 120 \mm
>
>                                         }
>                            \relative { c4 d e f \break g1 }
>                                         \end {lilypond}

A quick response is: systems are independent images on the final latex
document, i.e. your complete score is not a single image with system
spacing controlled by lilypond itself. See the documentation carefully
because there is a latex macro you can define to get your systems
separated, because it is automatically called in between of them.

\def\betweenLilyPondSystem#1{\vspace{0.2cm}\linebreak}

Put this in the latex document and your systems will become more far apart.
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]