How can I change the Stave to JianPu( numbered musical notation )
How can I change stave score to numbered musical score? Is there any plugin which I can load the stave score file and than export to the numbered musical score file?
Thanks lot in advance.
Comments
You can't. The Feature is not yet added, see #141581: Add support for Jianpu numbered musical notation and https://github.com/musescore/MuseScore/pull/2957
In reply to You can't. The Feature is not by Jojo-Schmitz
Jojo, thanks for your quick reply.
I searched in chinese search engine - Baidu. There is a Musescore Forum in Buidu which show some on in china already write a plugin for JianPu's view. But I can't find the plugin doc. They may not share this plugin file out and upload to Musescore's website.
I will try again to search it. And also, I think JianPu is much more popular in china. It's better to create a plugin for those requirement.
Thanks again for your help.
In reply to Jojo, thanks for your quick by hivenzhu
The plugins are at https://musescore.org/en/plugins, I don't see anything about jianpu there though, alsi I very much doubt it can be done in a plugin
In reply to The plugins are at by Jojo-Schmitz
The link you can find as below for the forum. And I just save one of the picture from the topic.
In those topic, the plugin file named "jianpu_view.qml" which they mention.
http://tieba.baidu.com/p/3866230335
In reply to The link you can find as by hivenzhu
I personally have no knowledge on the existance of a jianpu_view.qml plugin. I noticed that you asked around for it as well https://tieba.baidu.com/p/4991663198?red_tag=1133363030
Maybe the screenshot you saw was fake?
In reply to I personally have no by Thomas
Oh wow, the plugin made by the guys on baidu works exactly as the one I was just proposing.
A modifed note names plugin that returns numbers 1 through 7instead of the alphabets A through G.
Here's a screenshot and translation of the baidu page.
http://imgur.com/a/8Zprf
I'll also attach the qml file here but I dunno if that breaks any rules...
jianpu_view.qml
In reply to Oh wow, the plugin made by by benjamin.khooweijie
I tried the jianpu_view plugin, it kind of worked. However, It does not distinguish the octave of the note. The plugin only shows the note number instead of the letter name, also not the correct octave with a dot on top or below the number. A more sophisticated plugin or feature simplified notation or jianpu should make the staff lines disappear and make the score appear as only in simplified notation.
In reply to The link you can find as by hivenzhu
in that thread on baido I found a link to a score in jianpu (and that was the only Thing I could make any sense of):
https://musescore.com/user/73849/scores/1021351
This score is faking jianpu by hiding staff lines, notes, stems, etc.
In reply to in that thread on baido I by Jojo-Schmitz
Detailed method is here:
https://streamelody.github.io/2015/07/musescore-jianpu-ways/
Detailed steps are detailed in the attachment.
In reply to in that thread on baido I by Jojo-Schmitz
Execuse me, Please sent me this sheet music 兰花草. thethnum2012@gmail.com.Thank you so much.
In reply to Execuse me, Please sent me… by thethnum20121
https://musescore.com/user/73849/scores/1021351
Is still available on musescore.com, you can download it yourself from there. And if you can't, because that score might be available for download only to Pro members, I'm not going to break or circumvent this, sorry. But you can try to contact the user there.
In reply to Jojo, thanks for your quick by hivenzhu
I read something about a Chinese program whose name is easily confused if not the same as the translation of MuseScore that did this. From my memory the program is no longer supported, but I could be wrong.
In reply to You can't. The Feature is not by Jojo-Schmitz
Hmm, is there a way to get the note name plugin to display numbers instead?
Eg. CCAGFEF to 1165434
This coupled with the stave would already be enough for most people to play using jianpu.
In reply to Hmm, is there a way to get by benjamin.khooweijie
That should certainly be possible, and not even too difficult
In reply to That should certainly be by Jojo-Schmitz
I know right? Too bad I can't code to save my life.
It should also have an option to transpose since most instruments that use the jianpu are diatonic.
I've been reading off the note names and converting them to numbers in my head.
Problem is when the flute I have isn't in C major key and I'm not playing solo, brain grinds to a crawl...
The instructions on Baidu are pretty onerous, like jojo mentioned you're hiding the staff etc. and faking a bunch of stuff. https://github.com/musescore/MuseScore/pull/3614 is where the work is being done. However, we have a plugin going at https://github.com/sirsoweird/jianpu-plugin/ which works in most situations.
Thank you