lilypond-user
[Top][All Lists]
Advanced

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

Re: Space between Piano Staves


From: Mark Witmer
Subject: Re: Space between Piano Staves
Date: Mon, 04 Feb 2013 08:30:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Hi Mark,

You can include a \paper block somewhere above the score in your .ly
file and specify the raggedBottom property:

\paper {
...(other stuff)
raggedBottom = ##t
...(other stuff)
}

\score {
... your music ...
}

http://www.lilypond.org/doc/v2.17/Documentation/notation/fixed-vertical-spacing-_005cpaper-variables

You can also define each variation in its own \bookpart to ensure that
there is a page break between each one.

http://www.lilypond.org/doc/v2.17/Documentation/notation/multiple-scores-in-a-book

I hope that's helps!

--

Mark Witmer



reply via email to

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