lilypond-devel
[Top][All Lists]
Advanced

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

Re: Fixes footnote automatic numbering. (issue 4877041)


From: address@hidden
Subject: Re: Fixes footnote automatic numbering. (issue 4877041)
Date: Fri, 14 Oct 2011 12:41:14 +0200

On Oct 14, 2011, at 9:30 AM, address@hidden wrote:

> Hello, (still) getting
> 
> --snip--
> @ -4,6 +4,8 @@
> Preprocessing graphical objects...
> Calculating page and line breaks (3 possible page breaks)...[1][2][3]
> Drawing systems...
> +warning: cannot fit music on page: overflow is 0.351333
> +warning: compressing music to fit
> Writing header field `texidoc' to
> `/home/jlowe/lilypond-git/build/out/lybook-testdb/16/lily-4d2fa43b.texidoc'...
> Layout output to
> `/home/jlowe/lilypond-git/build/out/lybook-testdb/16/lily-4d2fa43b.eps'...
> Layout output to
> `/home/jlowe/lilypond-git/build/out/lybook-testdb/16/lily-4d2fa43b-1.eps'...
> 
> --snip-
> 
> on /input/regression/page-turn-page-breaking.log
> 
> and similar on
> 
> input/regression/page-breaking-end-of-score.log
> 
> James


James - if you have a minute, could you please run page-turn-breaking.ly with 
this patch applied and with the regtest headers included:

%% Generated by lilypond-book.py
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"

\version "2.14.0"
\paper {
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {}

And with -dcheck-internal-types and see if you get this error.  I don't, which 
is troubling, as I'm not sure what else in the running of the regtests could 
trigger this type of error short of some memleak in another regtest that 
trickles down.

Cheers,
MS


reply via email to

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