Skip to content

Commit

Permalink
Update metaRAW.html
Browse files Browse the repository at this point in the history
  • Loading branch information
user0disconnect authored Nov 3, 2023
1 parent 3ba7e86 commit 3f34e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metaRAW.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
enableDocument: true // default is true
}
// A MusicXML file
var file = 'data/spiegel_im_spiegel_weekk7.mei';
var file = 'data/example.mei';
// A MEI file
//var file = 'https://www.verovio.org/editor/brahms.mei';
const app = new Verovio.App(document.getElementById("app"), options);
Expand Down Expand Up @@ -57,7 +57,7 @@
scale: 50,
adjustPageHeight: true
})
fetch("data/spiegel_im_spiegel_weekk7.mei").then(function( response ) {
fetch("data/example.mei").then(function( response ) {
response.text().then(function( data ) {
var svg = vrvToolkit.renderData(data, {})
document.getElementById('MEI').innerHTML = svg
Expand Down

0 comments on commit 3f34e63

Please sign in to comment.