diff --git a/mscore/file.cpp b/mscore/file.cpp index f19d0f4670057..0aa14a15b255b 100644 --- a/mscore/file.cpp +++ b/mscore/file.cpp @@ -3585,6 +3585,11 @@ bool MuseScore::exportAllMediaFiles(const QString& inFilePath, const QString& hi score->switchToPageMode(); + score->updateCapo(); + score->update(); + score->styleChanged(); + score->doLayout(); + //// JSON specification /////////////////////////// //jsonForMedia["pngs"] = pngsJsonArray; //jsonForMedia["mposXML"] = mposJson;