-
Notifications
You must be signed in to change notification settings - Fork 16
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
Figured bass figures are not attached to the correct point #192
Comments
Can we have a sample Sibelius file? |
Here are links to the Sibelius files in my repository: File 1 (Long) and File 2 (Short).. The first file (the "long version") has the whole song that I've transcribed; the second file (the "short version") has just the section with the figured bass figures in question. (The figures only end up colliding / not being attached to the correct point when I export the file into MEI.) I should also say that, with the help of the Verovio team, I was able to adjust the MEI code so that the figures don't collide. |
Thanks, @vivianteresa! I see the output The empty The attachment problem brings up the bigger question if we should just omit |
I think this is the code that attaches objects to the closest note: Lines 216 to 278 in e6bd3aa
It was added because quite a few things are placed visually, and not tied to any particular note event even though they affect a note event. Things like slurs, trills, and certain other symbols. Syllables are perhaps the most important thing: sibmei/src/ExportProcessors.mss Line 309 in e6bd3aa
This is generally applied with a bunch of other attributes in the Line 280 in e6bd3aa
I wouldn't necessarily omit For figured bass, however, am I right in understanding that the figure underneath does apply to the note on the staff? In which case we should probably store some sort of pointer to it. What about something using
This would contain a link to Would that work? |
As long as we can find good rules for where to omit
Oh, good point. I like the idea of using |
From rism-digital/verovio#2533
Tagging @vivianteresa for visibility on this.
The text was updated successfully, but these errors were encountered: