-
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.
Adjust chromatic alteration display in Humdrum-to-MEI converter.
- Loading branch information
Showing
1 changed file
with
29 additions
and
63 deletions.
There are no files selected for viewing
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
e7ee42f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit changes display of chromatic alterations in the display of chromatic alterations in
**deg
data conversions from Humdrum to MEI. Sharps are changed to ↑ and flats to ↓. Double arrows are used for wholetone alterations.Example:
Click to view MEI conversion of above Humdrum data
Using
#
instead of+
is now disallowed since the standard**deg
definition does not use#
.The interpretations
*acc
/*Xacc
can be used to show/hide chromatic alterations of the scale degrees (default is to show them). The second measure in the example hides them.The location of the display of alterations is also moved from in front of the scale degree to behind them.