void startCmd()
to be used at least once by plugins of type "dialog" before score modifications to make them undoable
void endCmd(bool rollback = false)
to be used at least once by plugins of type "dialog" after score modifications to make them undoable
void updateRepeatList(bool expandRepeats)
??
Ms::Segment firstSegment(int segType = static_cast(Segment::Type::All)
returns the first segment of the score of the given type (use Segment.Clef, ... enum)
void doLayout()
??
QString metaTag(const QString& tag)
returns as a string the metatag named 'tag'
void setMetaTag(const QString& tag, const QString& val)
sets the metatag named 'tag' to 'val'
void appendPart(const QString&)
appends to the score a named part as last part
void appendMeasures(int)
appends to the score a number of measures
void addText(const QString&, const QString&)
??
Ms::Cursor newCursor()
creates and returns a cursor to be used to navigate the score
QString extractLyrics()
void cropPage(qreal margins)
??