Merge pull request #2016 from MarcSabatella/61571-continuous-page
fix #61571: note entry below staff in continuous view
This commit is contained in:
commit
483016e865
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue