Skip to content

Convert musescore file to jp-word file

Notifications You must be signed in to change notification settings

sdy623/JPWABC-Convetor

 
 

Repository files navigation

JPWABC-Convetor

Convert musescore file to jp-word file
This plugin can convert the choosed stave to .jpwabc format file.
The .jpwabc format file will be saved to temporaryPath+Score FileName.jpwabc
eg. Moonlight.mscz - > C:/Users/LexChen/Moonlight.jpwabc
.jpwabc is the file format of a software named JP-Word which supports numbered notation(JianPu).
JP-Word's homepage ~ http://www.happyeo.com/intro_jpw.htm

The following elements have been converted:
Chord,Rest,BarLine,KeySignature,TimeSignature,Tempo,Tie,Triplet(calculated by myself)
I couldn't find the following elements in MuscScore's Plugin sdk,so they were ignored:
Slur,Grace,Lines,Many Texts not having a corresponding object in JP-Word,etc

Since Chinese characters and symbols cannot be displayed normally (all of them are garbled), I modified the font file of the font used, the name and details in it into English, so as to deceive the system and make the computer think it is a new font.
First, install the three fonts I published on the computer, and then replace the Chinese name font in the edit set text font in jpw with the newly installed English name font.

==========Simplified Chinese====================

这是一个Musecore插件,该插件用来将musescore打开的五线谱转换为jp-word的简谱格式。
点击插件运行时只需要选择两个选项:
1)要转换哪一行五线谱。缺省为第1行,顺序为从上到下编号
2)要转换为首调记谱(First Tune)还是固定唱名记谱(Fixed Aria),缺省为首调记谱
转换成功后,文件会被自动保存在临时目录下
例如要转换的乐谱文件名为 Moonlight.mscz ,你当前登录的windows用户名为LexChen,那么
转换完成后,文件会被自动保存在 C:/Users/LexChen/Moonlight.jpwabc
完成时会有弹窗提示,所以你不用记住这些东西。
转换完成后用JP-Word打开该文件即可。
JP-Word的下载地址~ http://www.happyeo.com/intro_jpw.htm

安装方式:首先,在电脑上安装我上传的三个字体,然后用新安装的英文名称字体替换掉JPW中 编辑-设置文本字体 中的中文名称字体。然后将JPWABC Convertor.qml放到musescore的插件(plugin)目录下即可。 (字体英文名几乎是拼音大家应该能看懂)
原作者联系方式: QQ 2480102119
由于中文汉字以及符号无法正常显示(出来的都是乱码),我将使用的字体的字体文件,里面的名称及详细信息修改成英文,以此来骗过系统让电脑认为这是一个新的字体。
我修改部分代码有不懂的可以联系我来给你解释: QQ 527254719

About

Convert musescore file to jp-word file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 100.0%