[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue 381 in lilypond: input/regression/accidental-tie.ly
From: |
Joe Neeman |
Subject: |
Re: Issue 381 in lilypond: input/regression/accidental-tie.ly |
Date: |
Fri, 6 Jul 2007 09:14:03 +1000 |
User-agent: |
KMail/1.9.5 |
On Friday 06 July 2007 02:02, Han-Wen Nienhuys wrote:
> I think the proper solution is to make sure that print() isnĀ“t called
> before line breaking, ie. make a common function create_stencil() that
> does the lookup but does not perform suicide, use that to do any
> stencil lookups before line breaking (eg. to compute width/height).
> Of course, you may look into why print() is called before line
> breaking.
Because we need X-extent for the spacing. I guess the solution is to write
Accidental_interface::width that does something similar to
Accidental_interface::pure_height.