Merge pull request #2016 from MarcSabatella/61571-continuous-page

fix #61571: note entry below staff in continuous view
This commit is contained in:
Nicolas Froment 2015-05-27 10:07:52 +02:00
commit 483016e865

View file

@ -3208,7 +3208,7 @@ void Score::layoutLinear()
system->setWidth(pos.x());
page->setWidth(pos.x());
system->layout2();
page->setHeight(system->height() + 12 * spatium());
page->setHeight(system->height() + 20 * spatium());
while (_pages.size() > 1)
_pages.takeLast();