Skip to content

Commit

Permalink
Merge pull request #113 from DDMAL/group-lig-neume
Browse files Browse the repository at this point in the history
Refactor group action and preserve ligated nc ordering in the same neume
  • Loading branch information
yinanazhou authored Sep 12, 2023
2 parents 2bd455a + 37232c1 commit bef9179
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 512 deletions.
7 changes: 2 additions & 5 deletions include/vrv/editortoolkit_neume.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ namespace vrv {
class EditorToolkitNeume : public EditorToolkit {
public:
EditorToolkitNeume(Doc *doc, View *view) : EditorToolkit(doc, view) {}
bool ParseEditorAction(const std::string &json_editorAction);
virtual std::string EditInfo() { return m_infoObject.json(); };
bool ParseEditorAction(const std::string &json_editorAction) override;
std::string EditInfo() override;

/**
* Experimental editor functions.
Expand Down Expand Up @@ -100,9 +100,6 @@ class EditorToolkitNeume : public EditorToolkit {
bool AdjustPitchFromPosition(Object *obj, Clef *clef = NULL);
bool AdjustClefLineFromPosition(Clef *clef, Staff *staff = NULL);
///@}

private:
jsonxx::Object m_infoObject;
};

//--------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit bef9179

Please sign in to comment.