bug-lilypond
[Top][All Lists]
Advanced

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

Issue 496 in lilypond: page-splitting calculation needs work


From: codesite-noreply
Subject: Issue 496 in lilypond: page-splitting calculation needs work
Date: Tue, 23 Oct 2007 22:56:57 -0700

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




reply via email to

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