Replies: 4 comments 1 reply
-
Github works well for collaborative editing of scores (provided that all users understand how to use it). Check out the Chopin Institute's github repository of about 8000 scores: Frontend that uses verovio to display the scores: https://polishscores.org This repository is actually the publication repository, and there is a separate repository on their internal gitea repositories, but essentially it is the same a github. Accessing the digital scores from github is done with the "raw" data. For example, here is digital score viewed on the github web interface: There is a "raw" button on the top right side of the page: If you click on that, you have access to the "raw" contents of the file: With such access to the raw file's contents, you can load into JavaScript (or other programming interface) and then render with verovio, as is done on the polishscores.org website (view this score's work page), or into Verovio Humdrum Viewer for online editing. |
Beta Was this translation helpful? Give feedback.
-
Hold on... I think what @raiatea is asking is slightly different. They are asking if GH can be approached to add Verovio support for their file viewers, similar to that for CSV and GeoJSON:
With a quick look I found: https://github.com/orgs/community/discussions Which seems to be where you can file feature requests. @raiatea , would you be willing to open a discussion topic over there? If you do and report back, we could respond over there as well. |
Beta Was this translation helpful? Give feedback.
-
Yes that would be a very good idea. |
Beta Was this translation helpful? Give feedback.
-
Both answers are relevant, thank you. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm thinking about a multi-person effort to typeset music score in some format (MusicXML or MEI).
Maybe a site like GitHub would be helpful if it can render music scores.
What do you think about adding that support using the Verovio library ?
I don't know if and how Github is organized to add such support.
Beta Was this translation helpful? Give feedback.
All reactions