~s-cecilio/lenmus/v5.1.x

« back to all changes in this revision

Viewing changes to src/score/Score.h

  • Committer: cecilios
  • Date: 2009-04-05 14:41:32 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:trunk:456
Added autotools files. Starting development to support score textboxes. Editor fix in caret movemet. LDP fix in chords with notes of different duration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
 
387
387
 
388
388
    // titles related methods
389
 
    lmTextBlock* AddTitle(wxString sTitle, lmEHAlign nAlign, lmTextStyle* pStyle);
 
389
    lmScoreTitle* AddTitle(wxString sTitle, lmEHAlign nAlign, lmTextStyle* pStyle);
390
390
        void LayoutTitles(lmBox* pBox, lmPaper *pPaper);
391
391
 
392
392
    // identification
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);
481
481