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 Stephen Mrotek
Subject: RE: Space between Piano Staves
Date: Mon, 4 Feb 2013 08:24:56 -0800

Mr. Witmer:

Thank you for your reply. It does what I want!

Mark

-----Original Message-----
From: Mark Witmer [mailto:address@hidden 
Sent: Monday, February 04, 2013 5:30 AM
To: Mark Stephen Mrotek
Cc: address@hidden
Subject: Re: Space between Piano Staves


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-spac
ing-_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]