Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Latest commit

 

History

History
49 lines (31 loc) · 1.61 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.61 KB

Verovio score selection

This project is out of date and has been replaced with https://github.com/trompamusic/DigitalScoreEdition

This is a React application that loads an MEI score, renders it using Verovio and allows the user to select musical elements on the score.

It was a prototype to determine if this stack could be used for the Trompa Score Edition Component.

License

Copyright 2019 Music Technology Group, Universitat Pompeu Fabra

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Implementation details

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.