File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 11# xml2jianpu
22这个项目用来将musicxml文件转换为简谱(以三色绘恋为例)。
33由于在网上找不到三色绘恋的简谱,所以就自己做了一个简单版的。效果图如下。
4- ![ image] ( https://user-images.githubusercontent.com/120734145/208136925-fc766764-6ba3-416b-ab41-edde6a787dac.png )
5- 首先,从 https://musescore.org/zh-hans 下载musescore(一个制谱软件)。然后自己做一个五线谱,导出为不压缩的nusicxml格式。
6- ![ image] ( https://user-images.githubusercontent.com/120734145/208136371-0fdded23-b1de-4388-8392-9f64795eaab0.png )
7- 该文件中有两个标签为score-partwise,我们将其改为scorepartwise。
8- 该项目需要用npm包管理工具,依赖项在package.json文件中已给出,执行命令
9- ` npm i `
10- ,依赖项添加完成后再执行
11- ` npm start `
12- ,待项目构建完成后,在 http://localhost:8080 端口即可看到项目效果。
4+ ![ image] ( https://user-images.githubusercontent.com/120734145/208136925-fc766764-6ba3-416b-ab41-edde6a787dac.png )
5+ 首先,从 https://musescore.org/zh-hans 下载musescore(一个制谱软件)。然后自己做一个五线谱,导出为不压缩的nusicxml格式。
6+ ![ image] ( https://user-images.githubusercontent.com/120734145/208136371-0fdded23-b1de-4388-8392-9f64795eaab0.png )
7+ 该文件中有两个标签为score-partwise,我们将其改为scorepartwise。
8+ 该项目需要用npm包管理工具,依赖项在package.json文件中已给出,执行命令 ` npm i `
9+ 依赖项添加完成后再执行` npm start `
10+ 待项目构建完成后,在 http://localhost:8080 端口即可看到项目效果。
You can’t perform that action at this time.
0 commit comments