-
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.
Temporary fix related to issue #3515
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
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
6938832
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.
Example:
Click for MEI conversion of above Humdrum data
@tstamps
on all staves are usingmeterSig@unit="4"
from the bottom staff (so top staff is not usingmeterSig@unit="8"
as it should).6938832
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.
@craigsapp I had a look at the issue #3515 . There is not simple fix, even though it would be possible. It think this is a case where having
@qstamp
would be much clearer and simpler. From the discussions on GH and in person, it seems that this is something for which there a consensus has been reached.6938832
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.
Yes, I think a
@qstamp
would be useful in these situations to avoid complexities of converting between@tstamps
on different staves having differentmeterSig@units
.Issue #3515 can be closed if you like as this commit solves the problem for me for now.