475
475
void WriteToFile(wxString sFilename, wxString sContent);
476
476
void ComputeMidiEvents();
477
477
void RemoveHighlight(lmStaffObj* pSO, wxDC* pDC);
478
lmLUnits CreateTitleShape(lmBox* pBox, lmPaper *pPaper, lmTextBlock* pTitle,
478
lmLUnits CreateTitleShape(lmBox* pBox, lmPaper *pPaper, lmScoreTitle* pTitle,
479
479
lmLUnits nPrevTitleHeight);
480
480
void DoAddInstrument(lmInstrument* pInstr, lmInstrGroup* pGroup);