File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1410,6 +1410,8 @@ void Doc::SyncToFacsimileDoc()
1410
1410
if (!m_facsimile->FindDescendantByType (SURFACE)) {
1411
1411
m_facsimile->AddChild (new Surface ());
1412
1412
}
1413
+ this ->ScoreDefSetCurrentDoc ();
1414
+
1413
1415
m_facsimile->SetType (" transcription" );
1414
1416
m_facsimile->ClearChildren ();
1415
1417
Original file line number Diff line number Diff line change @@ -8198,12 +8198,14 @@ void MEIInput::UpgradePageTo_5_0(Page *page)
8198
8198
8199
8199
PageMilestoneEnd *scoreEnd = new PageMilestoneEnd (score);
8200
8200
page->AddChild (scoreEnd);
8201
+ score->SetEnd (scoreEnd);
8201
8202
8202
8203
Mdiv *mdiv = new Mdiv ();
8203
8204
page->InsertChild (mdiv, 0 );
8204
8205
8205
8206
PageMilestoneEnd *mdivEnd = new PageMilestoneEnd (mdiv);
8206
8207
page->AddChild (mdivEnd);
8208
+ mdiv->SetEnd (mdivEnd);
8207
8209
}
8208
8210
8209
8211
void MEIInput::UpgradePgHeadFootTo_5_0 (pugi::xml_node element)
You can’t perform that action at this time.
0 commit comments