-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3681 from rism-digital/revert-3571-develop-facsim…
…ile-neume-line Revert "Add support for neumes encoded line by line"
- Loading branch information
Showing
33 changed files
with
420 additions
and
779 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -451,14 +451,6 @@ class Doc : public Object { | |
bool IsMensuralMusicOnly() const { return m_isMensuralMusicOnly; } | ||
///@} | ||
|
||
/** | ||
* @name Setter for and getter for neume-line flag | ||
*/ | ||
///@{ | ||
void SetNeumeLines(bool isNeumeLines) { m_isNeumeLines = isNeumeLines; } | ||
bool IsNeumeLines() const { return m_isNeumeLines; } | ||
///@} | ||
|
||
/** | ||
* @name Setter and getter for facsimile | ||
*/ | ||
|
@@ -668,12 +660,6 @@ class Doc : public Object { | |
*/ | ||
bool m_isMensuralMusicOnly; | ||
|
||
/** | ||
* A flag to indicate that the document contains neume lines. | ||
* This is a special document type where neume lines are encoded with <section type="neon-neume-line"> | ||
*/ | ||
bool m_isNeumeLines; | ||
|
||
/** Page width (MEI [email protected]) - currently not saved */ | ||
int m_pageWidth; | ||
/** Page height (MEI [email protected]) - currently not saved */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.