Sr. Ruiz-Alma:

 

Thank you for your reply and instructions. I shall try them out the next
time I get into the piece.

 

From: lilypond-user-bounces+carsonmark=ca.rr....@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of
Javier Ruiz-Alma
Sent: Sunday, February 03, 2013 9:23 PM
To: LilyPond User Group
Subject: RE: Space between Piano Staves

 

>I want the space between one Piano staff and the next Piano staff to be the
same for all variations even if a white space appears at the bottom the
page.

 

Add a \paper block.  Use the "ragged" paper variables to disable Lilyponds
vertically spreading staves.  Adjust the values of "basic-distance" below as
needed to define a fixed distance between staves (systems):

 

\paper {

ragged-bottom = ##t %disable equal vertical distribution of staves for all
pages

ragged-last-bottom = ##t %disable equal vertical distribution of staves on
last page only
 %markup-system-spacing #'basic-distance = #12 %distance from header/title
to 1st system
 %top-system-spacing #'basic-distance = #15 %dist. from top to 1st system
when no titles exist
 system-system-spacing #'basic-distance = #26  %fixed distance between
systems in staff units
}





Documentation:

http://www.lilypond.org/doc/v2.16/Documentation/notation/fixed-vertical-spac
ing-_005cpaper-variables





http://www.lilypond.org/doc/v2.16/Documentation/notation/flexible-vertical-s
pacing-_005cpaper-variables#list-of-flexible-vertical-spacing-_005cpaper-var
iables



 

 

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

Reply via email to