bug-lilypond
[Top][All Lists]
Advanced

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

Re: minor bug -- header, betweensystemspace, raggedlastbottom


From: Erik Sandberg
Subject: Re: minor bug -- header, betweensystemspace, raggedlastbottom
Date: Thu, 18 Aug 2005 13:09:54 +0200
User-agent: KMail/1.8.1

Thanks, added as plain-ly/betweensystemspace-bottom.ly.

%
%Graham Percival

\version "2.6.0"
\header{
 texidoc = "
When both title and betweensystemspace is set, and
raggedlastbottom=##f,
then the music is placed at the bottom of the first page.

There's a very simple workaround: use betweensystempadding = #1
instead of betetwensystemspace.
"

 title = "foo"}
\paper{
betweensystemspace = 1\mm
raggedlastbottom=##f
}
{
c'1 \break
c'1 \break
c'1 \break
c'1 \break
}

On Sunday 14 August 2005 07.53, Graham Percival wrote:
> In the example below, the header is at the top of the page, but
> the four lines of music are all at the bottom (with a huge whitespace in
> between).
>
> If you remove either the header, betweensystemspace, or the
> raggedlastbottom,
> then the results are as you'd expect (ie it works).
>
> There's a very simple workaround: use betweensystempadding = #1
> instead of betetwensystemspace.
>
> HTH,
> - Graham
>
>
> \version "2.7.5"
> \header{ title = "foo"}
> \paper{
> betweensystemspace = 1\mm
> raggedlastbottom=##f
> }
> {
> c'1 \break
> c'1 \break
> c'1 \break
> c'1 \break
> }
>
>
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.6/




reply via email to

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