bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tall system makes 2.13.26 give other systems too much vertical space


From: Boris Shingarov
Subject: Re: Tall system makes 2.13.26 give other systems too much vertical space
Date: Tue, 29 Jun 2010 07:16:36 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

Hi Richard,

I believe this is another manifestation of the bad patch for 1062 which Joe reverted a few days ago. The fix is in Git.

Boris

On 06/29/2010 03:41 AM, Richard Sabey wrote:
I am not top-posting.
% If the music has at least one tall system and many vertically-short systems,
% v.2.13.26 gives the vertically-short systems too much vertical space.
% When using Feta font size 20 and A4 paper, Lilypond v.2.13.26 lays this
% example out on 4 pages, 4 systems per page. This is needlessly many pages:
% Lilypond should not need more than 2 pages.
% Proof: the music is one tall 4/4 bar followed by 112 short bars. Add the line
% showLastLength = R1*112
% This omits only the first bar. and v.2.13.26 lays the music out on 2 pages
% with 10 staves on page 1.

\version "2.13.26"

% showLastLength = R1*112 % uncomment this line to omit the first bar

\paper
{
         ragged-last-bottom     = ##f
}

rhMusic =
{
     <<  d'''4^\f \\ f'4_\f>>
     \repeat unfold 451 f'
}

lhMusic =
{
     \clef bass
     <<  f'4^\f \\ g,,4_\f>>
     \repeat unfold 451 g
}

pedalling =
{
     \set Staff.pedalSustainStyle = #'bracket
     s4\sustainOn s2.\sustainOff
}

\score
{
     \new PianoStaff
     <<
         \new Staff<<  \rhMusic>>
         \new Staff<<  \lhMusic \pedalling>>
     >>
     \layout { }
}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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