lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3631 in lilypond: 2.17 does a worse job with v


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3631 in lilypond: 2.17 does a worse job with vertical spacing and/or the page layout than 2.16
Date: Thu, 24 Oct 2013 12:35:55 +0000


Comment #13 on issue 3631 by address@hidden: 2.17 does a worse job with vertical spacing and/or the page layout than 2.16
http://code.google.com/p/lilypond/issues/detail?id=3631

Ok, I think I'm gonna weep now. Reverting just define-grobs.scm (and recovering the one definition in output-lib.scm it also relies on) gives me a run producing the following:
-*- mode: compilation; default-directory: "/tmp/" -*-
Compilation started at Thu Oct 24 13:50:08

/usr/local/tmp/lilypond/out/bin/lilypond test2.ly
GNU LilyPond 2.17.14
Processing `test2.ly'
Parsing...
test2.ly:1: warning: no \version statement found, please add

\version "2.17.14"

for future compatibility
Interpreting music...[8][16][24][32][40][48][56][64][72][80][88][96][104][112][120][128][136][144][152][160][168][176][184][192][200][208][216][224][232][240][248][256][264][272][280][288][296][304][312][320][328][336][344][352][360][368][376][384][392][400][408][416][424][432][440][448][456][464][472][480][488][496][504][512][520][528][536][544][552][560][568][576][584][592][600][608][616][624][632][640][648][656][664][672][680][688][696][704][712][720][728][736][744][752][760][768][776][776]
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 6 or 7 pages...
Drawing systems...
warning: cannot fit music on page: overflow is 11.718455
warning: compressing music to fit
warning: cannot fit music on page: overflow is 8.146936
warning: compressing music to fit
warning: cannot fit music on page: overflow is 10.789047
warning: compressing music to fit
warning: cannot fit music on page: overflow is 8.146936
warning: compressing music to fit
warning: cannot fit music on page: overflow is 10.823191
warning: compressing music to fit
warning: cannot fit music on page: overflow is 2.576481
warning: compressing music to fit
Layout output to `test2.ps'...
Converting to `./test2.pdf'...
Success: compilation successfully completed

Compilation finished at Thu Oct 24 14:25:35

Yes, it takes 35 minutes.  The file used was almost the original:
\score {
  \new Voice \repeat unfold 50
  { c,4 \repeat unfold 30 r4 c''''4 \repeat unfold 30 r4 }
  \layout { }
}

And the page fillage is a bit on the audiacious side (though with hardly an overlap). So some changes outside of define-grobs.scm lead to greater compaction (too great, actually).

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

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