lilypond-user
[Top][All Lists]
Advanced

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

Re: Problems with vertical spacing


From: Rob Vlasaty
Subject: Re: Problems with vertical spacing
Date: Sat, 16 Jul 2005 11:59:08 -0500

Jan Nowak,

Check the spelling on your minimumVerticalExtent.  That should go in the 
\layout block instead of \paper as 

\context{\Lyrics
minimumVerticalExtent = #'(-1 . 1)
        }

\context{\Staff
minimumVerticalExtent = #'(-1 . 1)
        }

or you can put

\set Staff.minimumVerticalExtent = #’(-1 . 1) 

right in your score.  Also, adjusting the betweensystemspace will also help.




To the development team:

In the documentation section 10.1.6 Vertical Spacing, shouldn't the example 
read 

\paper {
betweensystemspace = 10\mm
}

instead of \layout?

Rob

-- 
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm





reply via email to

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