-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Very large files do not render entirely in multi-page mode #50
Comments
Is it semantically possible to have a reference record that manipulates the VHV setting when the file is added to the text area, as in |
There is a way of starting VHV in multi-page mode by adding the parameter https://verovio.humdrum.org/?file=beethoven/sonatas/sonata01-1.krn&k=p which will open up VHV in multipage mode: ![]() Adding some embedded option for controlling VHV from a reference record may be possible, but the general problem is that it may conflict with a user's preferences. The page mode is remembered across sessions on the same browser, so if a user is away of the single/multi page modes and they prefer one or the other, then only have to change it once. I added some user-interface enhancements to improve use and understanding of single- and multi-page modes: (1) tooltips have been adjusted: ![]() Extra space after page mode icon needs to be fixed. When in multi-page mode: ![]() (2) I added a help button to the right of the page-mode icon: ![]() Clicking on this button takes you to the page mode documentation page: https://doc.verovio.humdrum.org/interface/page-modes ![]() So that will reduce confusion about these icons, and the tooltip in single-page mode gives hints that MIDI playback is better in multi-page mode. |
Files that are very large, like op64 and op66 do not render entirely when the user is in multi-page mode. The user must switch to single-page mode. This seems to be true for files that are more than 200 blocks; using
ls -s
:File that are less than or equal to 192 render okay.
The text was updated successfully, but these errors were encountered: