Issue 496: page-splitting calculation needs work
http://code.google.com/p/lilypond/issues/detail?id=496

New issue report by gpermus:
% sorry about the lame summary; I couldn't think of anything better.  :(

%% The page breaking algorithm doesn't calculate well.
%%
%% LilyPond thinks that the following piece doesn't fit on one
%page,
%% but if you uncomment the page break prohibition,
%% you can see that there is enough space for everything...

\version "2.11.34"
\paper{ ragged-right = ##t }
Melody = \relative c' {
 c2 c | c c | c c | \break c2 c | c c | c c | \break
 c2 c | c c | c c | \break c2 c | c c | c c | \break
 c2 c | c c | c c
}
Words = \lyricmode{
 bla bla bla bla bla bla bla bla bla bla bla bla
 bla bla bla bla bla bla
}
\score
{
 \new Score
%  \with { \override NonMusicalPaperColumn #'page-break-permission
%  = ##f }
 {
   \context StaffGroup
   <<
     \new Staff{\Melody}
     \addlyrics{\Words}
     \new Staff{\Melody}
     \addlyrics{\Words}
     \new Staff{\Melody}
     \addlyrics{\Words}
   >>
 }
}




Issue attributes:
        Status: Accepted
        Owner: gpermus
        CC: joeneeman
        Labels: Type-Defect Priority-Low

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to