-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grace note missing in time map #3909
Comments
I think this is by design. |
Ah, that is surprising, thanks for the info! I will see if something like EDIT: Grace notes were removed actively with PR #2843 |
What would be the preferred way to add an option @lpugin? Right now there is the The other option would be a JSON option like |
It would make sense for it to be inline with the MIDI output. It seems to me that the time map should correspond to them. So if |
I was wondering if It would also be great if the timing information for grace notes could be made accessible. Unfortunately, I’m having a bit of trouble understanding the relevant section in the MIDI Functor Code, and |
Yes, you are right. The implementation of the grace notes in the MIDI functor needs to be revised. |
Describe the problem
I have a grace note in my MEI file that does not show up when using
renderToTimemap()
. However, it plays correctly when converting the file to MIDI.To Reproduce
Steps to reproduce the behavior:
.renderToTimemap()
to get note on and offsetsExpected behavior
I would expect that the grace note (
#n2006ph
) gets the correct timing as is audible in the MIDI rendering.Input data
MEI file
Verovio information
Environment information (as appropriate)
The text was updated successfully, but these errors were encountered: