Re: [Mscore-developer] Height of last visible staff on a page?

2016-04-24 Thread Werner Schweer
Maybe you should have a look at layout.cpp: Score::collectPage() . It calculates the visible height of systems to determine how many will fit on a page. Am 24.04.2016 um 19:28 schrieb Sideways Skullfinger: This is a follow-up to my recent post about SysStaff:distanceUp/Down(). The relevant par

Re: [Mscore-developer] When to start fixing regressions caused by the big layout merge

2016-04-24 Thread Werner Schweer
I am currently working on fixing regressions and dont expect bigger changes in the data structures. So i guess its the right time to have a closer look at MusicXML regressions. Am 24.04.2016 um 10:40 schrieb Leon Vinken: > Hi all, > > just tested the current trunk and noticed the MusicXML regressi

[Mscore-developer] Height of last visible staff on a page?

2016-04-24 Thread Sideways Skullfinger
This is a follow-up to my recent post about SysStaff:distanceUp/Down(). The relevant parts of that email thread are all below. I am now doing the following to get each staff's height (I was already collecting the visibleStaves vector, now I'm using it to solve this requirement too): /EXISTI

[Mscore-developer] When to start fixing regressions caused by the big layout merge

2016-04-24 Thread Leon Vinken
Hi all, just tested the current trunk and noticed the MusicXML regression test is broken, mostly due to the barline related changes in the recent big layout merge. I am wondering what would be the right time to start fixing these issues. Is the trunk currently sufficiently stable (especially in th