2010/4/27 Stefan Thomas <kontrapunktste...@googlemail.com>: > 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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user