On Thursday 10 February 2005 10:16, Chris Cannam wrote:
> Maybe some printouts of pertinent values from the layout and rendering
> process would be nice.  e.g. the return value from getAxisHeight() at
> notationvlayout.cpp:330, the values of oct, hotspot.y() and
> rect.height() just before the return of makeClefPixmap at
> notepixmapfactory.cpp:2011, etc.  I don't think any of this has changed
> since 0.9.91 though.

First results, tested with a simple composition having a single measure, with 
a G clef and one note.

Method makeClefPixmaps() (notepixmapfactory.cpp:1981)
In both cases oct == 0,  so the method returns at 1981:
        if (oct == 0) return plain.getCanvasPixmap();

Stopping before it returns, I've checked the contents of "plain".

With 01/19 CVS
        plain.m_hotspot.xp = 0 and m_hotspot.yp = 45

With 02/09 CVS
        plain.m_hotspot.xp = 0 and m_hotspot.yp = 0

Hope to dig deeper tomorrow.

Regards,
Pedro



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to