Re: How the vertical layout engine correctly manages spanners' heights

2010-07-22 Thread Mike Solomon
Thank you very much Joe. An improved version is at: http://www.apollinemike.com/lilypond/vector5.pdf There are still some kinks: the second staff looks like it¹s moved in the wrong direction (up instead of down) in the vertical spacing, and it seems like the second spanner on each line is not of

Fix #1192. (issue1665053)

2010-07-22 Thread joeneeman
lgtm http://codereview.appspot.com/1665053/show ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Optimizations for pure-height approximations. (issue1817045)

2010-07-22 Thread Joe Neeman
On Wed, Jul 21, 2010 at 3:09 PM, wrote: > On 2010/07/21 21:04:38, Neil Puttock wrote: > > Ah, don't worry, I think I see what's going on. It's creating a new >> > hash table > >> whenever the method's called: >> > > + if (!to_boolean (scm_hash_table_p (pure_height_cache))) >> > > This is alwa

Re: How the vertical layout engine correctly manages spanners' heights

2010-07-22 Thread Joe Neeman
Hi Mike, On Thu, Jul 22, 2010 at 7:24 AM, Mike Solomon wrote: > Hey all, >I'm almost finished w/ a vector-graphic-spanner project I've been > working on in Lilypond (that I'm planning on using during the International > Composers Pyramid in Kent tomorrow...crosses fingers...), and to make it

How the vertical layout engine correctly manages spanners' heights

2010-07-22 Thread Mike Solomon
Hey all, I'm almost finished w/ a vector-graphic-spanner project I've been working on in Lilypond (that I'm planning on using during the International Composers Pyramid in Kent tomorrow...crosses fingers...), and to make it work 100%, I have to make it so that the Y-extent of the spanner is cor