-
Notifications
You must be signed in to change notification settings - Fork 187
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
--max-systems-per-page option #249
Comments
It makes sense to have this option. |
For rendering incipits it would be nice to have an option just taking the encoded incipit from the MEI file, so you don’t have to fiddle with an XSLT. |
That would be good too. Something like verovio --incipit A nice enhancement for Is there a way of using Of course, I am way too lazy to separately encode an incipit in the header, so I would do: verovio --max-systems-per-page 1 --page 1 |
It would be useful to have an option called
--max-systems-per-page
(maxSystemsPerPage
). This would allow in particular generating incipits based on the first system of a work, and would otherwise allow extracting separate SVG images for each system (which I can imagine would be useful as well).Is there currently otherwise a robust way of extracting an incipit? If I make the page height too short, no music will be output. The
--spacing-system
option is limited to "12", so I cannot force a large distance to the next system, effectively preventing two systems on a page.The text was updated successfully, but these errors were encountered: