-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation for issue humdrum-tools/verovio-humdrum-viewer#839
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 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
7d7569a
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.
Commit 7d7569a fixes the clef doubling. The problem is that the second clef was being treated as a clef change. In
**mens
data this should not be necessary, so the clef change was short circuited. In the future if real clef changes are not working, then add an additional check to suppress clef changes of there is zero durations between the starting clef and the original clef (these sorts of clef changes are needed in**kern
data). Also*oclef
and*clef
should not mix when otherwise calculating clef changes, which can be another check.