Skip to content

Commit

Permalink
Merge pull request #25183 from Eism/video_writer_hight_fix
Browse files Browse the repository at this point in the history
[Backend] The score on YouTube not displaying correctly (Does not display the entire score)
  • Loading branch information
Eism authored Oct 16, 2024
2 parents 8b41402 + dfcfff6 commit 524ae7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/importexport/videoexport/internal/videowriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ muse::Ret VideoWriter::generatePagedOriginalVideo(INotationProjectPtr project, c
score->setShowUnprintable(false);
score->setShowVBox(false);

score->doLayout();

PageList pages = masterNotation->notation()->elements()->pages();
if (pages.empty()) {
LOGE() << "No pages";
Expand Down

0 comments on commit 524ae7f

Please sign in to comment.