Skip to content

Commit f248ddc

Browse files
authored
Update README.md
1 parent 8294a48 commit f248ddc

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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 端口即可看到项目效果。

0 commit comments

Comments
 (0)