Jianpu plugin
In Musescore 2, I made frequent use of a numbered musical notation ("jianpu") plugin. It no longer is available to me with the release of Musescore 3. How might I restore this function?
In Musescore 2, I made frequent use of a numbered musical notation ("jianpu") plugin. It no longer is available to me with the release of Musescore 3. How might I restore this function?
Do you still have an unanswered question? Please log in first to post your question.
Comments
I guess you mean https://musescore.org/en/project/jianpu-numbered-notation
It needs to get ported to MuserScore 3.
A quick attempts do do this seems to indicate that it seems it needs some more improvements to the plugin framework in MuseScore 3, so currently this plugin won't work in MuseScore 3.
But some improvements are in the works, see #283179: (some of the) missing objects/properties in the plugin framework
In reply to I guess you mean https:/… by Jojo-Schmitz
I made https://musescore.org/en/project/jianpu-numbered-notation .
I'm currently modifying it for MuseScore 3.
In reply to I made https://musescore.org… by tcbnhrs
Thank you!
In reply to I made https://musescore.org… by tcbnhrs
How do I get.
In reply to I made https://musescore.org… by tcbnhrs
Hi, how can I contribute to your plugin? Do you have a GitHub repository or some other ways?
In reply to I made https://musescore.org… by tcbnhrs
Could you please modify it for MuseScore 4? Thanks.
You could use Musescore 3 to export the files to midi files. So that you can use jianpu plugin in Musecore 2. :)
In reply to You could use Musescore 3 to… by Mao_Yan
Better export to MusicXML in MuseScore 3 and import that in MuseScore 2 though
In reply to Better export to MusicXML in… by Jojo-Schmitz
Thank you!
Jianpu plugin for ver.3.1 has already been published here.
http://www-b.uec.tmu.ac.jp/shakuhachi/MuseScore_Erhu/
http://www-b.uec.tmu.ac.jp/shakuhachi/MuseScore_Erhu/Jianpu_Numbered_No…
Usage and problems are the same as the shakuhachi plug-in.
https://musescore.org/en/project/shakuhachi-notation-fingering
It will be posted on the MuseScore plugin page soon.
In reply to Thank you! Jianpu plugin for… by tcbnhrs
As far as I understand the issues listed in the plugin's page, they can be resolved in MuseScore 3. Automatic placement for any given element can be disabled from a plugin by setting its
autoplace
property:el.autoplace = false;
so autoplacement can be disabled for the added notation elements and, if necessary, for all the other elements programmatically.
tieBack
property will be added back in MuseScore 3.3 so the issue with ties should be able to be resolved since that version.In reply to As far as I understand the… by dmitrio95
Thank you very much.
But, I don't know how to use it.
Which line in the plugin should I put "el.autoplace = false;"
I heard about "tieBack" in another thread and am waiting for ver.3.3.
In reply to Thank you very much. But, I… by tcbnhrs
Given a part of Shakuhachi Notation plugin as an example, you can disable autoplacement for the added text element just before (or after) you add it:
Disabling autoplacement for other elements shouldn't actually be needed if your only goal is to make Shakunachi notation elements be placed at fixed positions, but if you still need it you can disable it for them too. The actual code would differ depending on which exactly elements you need to handle, but 3.3 version will, again, simplify that allowing to disable the autoplacement for the whole selection with a simple loop over the selected elements:
But, as I said above, it should be sufficient to disable autoplacement only for the added elements so I would recommend to try doing only that part first.
In reply to Given a part of Shakuhachi… by dmitrio95
Thank you for the detailed explanation.
I finally understand.
Currently trying, but,
"text.autoplace" has been false in Shakuhahi notation, but text.offsetX and text.offsetY have no effect.
I'm looking for a reason.
In reply to Thank you for the detailed… by tcbnhrs
I am very new to Musesore and the Jianpu plug-in. I just learned to use basic features of Musescore v3. I now want to compose in Jianpu (Numbered notation). I downloaded the plug-in: Jianpu_Numbered_Notation_v333.qml and copied it in the "Plug In" directory of the Musescore3 installation (Windows). I then use the Musescore Plug-in management menu to load it and it now appears in the GUI. I loaded a normal piece of song score, and ran the plug in. I expect it to convert it to Number notation. Is this not how it work? Or I must start a new piece from the beginning? Can you provide a simple step by step outline on how to create my first piece of Jianpu music?
Your time is appreciated.
In reply to I am very new to Musesore… by Foodie888
I don't understand the situation well.
In reply to I am very new to Musesore… by Foodie888
Me too, pleaae help me.
In reply to Thank you! Jianpu plugin for… by tcbnhrs
Thank you very much for the Jianpu plugin. I am using the latest version v344W and my Musescore version is 3.4.2.9788. I use the function "1 starts from (MIDI number)" to set the starting of 1 for different key signatures. However, the octave marks are wrong for some notes in some key signatures. They are highlighted in red in the attached Test.mscz. Please check if I use the plugin wrongly.
In reply to Thank you very much for the… by alvinw8
I understand the situation.
I'm sorry for the delay, but I will correct it in the near future.
In reply to I understand the situation… by tcbnhrs
Sorry for the delay, but the Jiumpu plugin has been fixed.
Please try it out and let me know if you have any problems.
In reply to Sorry for the delay, but the… by tcbnhrs
I can't download the file and it says that it is an "unknown type". I am completely new to musescore, so I may have downloaded it incorrectly. Please can you explain how to download please.
In reply to I can't download the file… by peian1234@hotm…
From https://musescore.org/en/project/jianpu-numbered-notation-0
Right-click on "Jianpu_Numbered_Notation_v34.qml" and Save Link As File.
See https://musescore.org/en/handbook/plugins for details.
for exercise choir
I need some tweaking like this
1. The line to represent notation 8th, 16th etc is placed above numbered notation, not below numbered notation
2. The dot to repsresent octave higher is placed above number,
3. The dot represent octave lower is placed below number.
I attach the numbered notation we usually used in my country.
Are there any possibility to tweak this? Thanks
In reply to I need some tweaking like… by Coky Jazz
i made the plugin already .. look here
https://www.youtube.com/watch?v=Kw6C0y_3EG8
In reply to i made the plugin already … by Odod
Is it possible to remove the original score and just keep the numbered score?
In reply to Is it possible to remove the… by Foodie888
tentunya of course
https://www.youtube.com/watch?v=nQK5qp5Hi6o
In reply to tentunya of course https:/… by Odod
how did you do that ?
In reply to tentunya of course https:/… by Odod
Hi Odod....I have been a Musescore user since years and have recently felt the need to transcribe into gamelan notation (for an Indonesian group project I'm working on). I tried some other options including the Erhu but they are not suitable. I finally stumbled upon this thread and watched the video link at your comment. Would you mind sharing the plug-in you're using with me.
Will be extremely grateful if you can support me with this.
In reply to Hi Odod....I have been a… by richard_parad
The video plugin is not mine.
Plugin
https://musescore.org/en/project/jianpu-numbered-notation-0
I can answer about this.
In reply to i made the plugin already … by Odod
Great idea to completely overlap the underlines isn’t it.
In reply to Great idea to completely… by tcbnhrs
I am hoping someone would create a version of MuseScore dedicated for numbered score and not a hack. The current method of superimposing the numbers on top of the standard notes is great for learning to read music scores, but the original score is a distraction. My singing group uses MuseScore generated sheets to sing, and most of us can only read numbered notation (Jian Pu or 简谱)
In reply to I am hoping someone would… by Foodie888
In Japan, numbered notation is rarely used. I made a slightly improved plug-in for shakuhachi notation because of requests for it from Taiwanese people and others.
A friend of mine is making a software, "JapoScore", which can output music notation for Shakuhachi, Koto, Shinobue, etc. using MusicXML output of MuseScore.
In reply to In Japan, numbered notation… by tcbnhrs
Hi, is there a way to delete the entire jianpu at once? I need to delete the jianpu notation, transpose some things, and then re-add the jianpu later. This is because I also notice that when I change the notes on the western notation, the jianpu numbers do not change... Thanks!
In reply to Hi, is there a way to delete… by lifiateguh
Right click one, select all similar, Del
In reply to I am hoping someone would… by Foodie888
Learn yourself a coding ..
In reply to I need some tweaking like… by Coky Jazz
First of all, my thank to @tcbnhrs for all his work to make the plugin work in Musescore v3.4+.
I second to this commet. This is also the common form people here are used to. I personally don't use Jianpu, but there are many cases that I have to generate Jianpu for those who can only read it. It would be nice if the Jianpu plugin could do that.
In reply to I need some tweaking like… by Coky Jazz
Do you have this QML? Please give me.Thank You.
In reply to Do you have this QML? Please… by thethnum20121
Se the link in the last article of this thread
apparently the modified plugin does not work in Musescore 3, because it cannot change the dot position on top or bottom
In reply to apparently the modified… by Odod
I think the Jiunp plugin is working fine.
In reply to I think the Jiunp plugin is… by tcbnhrs
Sorry, you don’t get it, i have modified the plugin .. it is different, take a look at my other posts .. in Version 3 I cannot make the dot moved to upper and under (i have no idea how to do it) and also the beam line is needed
In reply to Sorry, you don’t get it, i… by Odod
If you explain in more detail exactly what you have trouble doing, someone can probably help. From this brief description, I'm guessing you need to change the "placement" property from above to below or vice versa, or perhaps you need to adjust the vertical offset, perhaps even disable autoplace although normally that shouldn't be needed or even helpful.
In reply to If you explain in more… by Marc Sabatella
yes sir, but it's a different approach on the version 3 plugin :( i could not find the way
In reply to I think the Jiunp plugin is… by tcbnhrs
Greeting, I want to help you with translating your plugin! How can I submit my modifications?
In reply to Greeting, I want to help you… by David Copperfield
Thank you very much.
Please post them here and we will deal with them.
In reply to Thank you very much. Please… by tcbnhrs
The changes based on Jianpu_Numbered_Notation_v34.qml
1. The QML code is ready for future translating. No functional code is modified. (QMLコード将来翻訳準備完了。翻訳必要的命令コード変更済,機能性変更無)
2. Added some translation utilities to the translation folder. Instructions are attached. (翻訳実用性道具加入済,説明書付)
3. Created translation for Chinese. (中国語翻訳創製済)
In reply to The changes: 変更情報 1. The… by David Copperfield
Is it 32 bits or 64 bits?
My computer is window 32 bits. How do I Install this plugin? Please simple screen shot.
In reply to Is it 32 bits or 64 bits? My… by thethnum20121
See https://musescore.org/en/handbook/3/plugins#installation
Plugins are agnostic to 32-bit vs 64-bit
In reply to See https://musescore.org/en… by Jojo-Schmitz
Please sent me demo video, thank you.
In reply to Please sent me demo video,… by thethnum20121
No, I don't have any. And IMHO none is needed, the instructions are pretty clear
In reply to Please sent me demo video,… by thethnum20121
Which step of the instructions is failing for you?
Hello! Are there any automation tools for translating from jianpu notation into musescore weatern scores?
There is Jianpu MusicWriter program http://musicwriterxu.com/ but it is too buggy in export functions
In reply to Hello! Are there any… by straannick
You can try jianpu-ly.py available on https://github.com/ssb22/jianpu-ly. This python script translates jianpu into Lilypond code. There is a lot of tutorials online on how to display a Lilypond file.
There is also a Chinese video tutorial on it: https://www.youtube.com/watch?v=aKz_HIh-fF0
thanks
In reply to thanks by redoerwizaldy
wehh ada bang edo :)
25541148
How do I rewrite this error? Please.
In reply to How do I rewrite this error?… by thethnum20121
Might be
text.posX
instead oftext.pos.x
, likewise forposY
Edit: now I'm sure. That's one of the changes between Mu2 and Mu3
In reply to Might be text.posX instead… by Jojo-Schmitz
please sent me your right coding.
In reply to Might be text.posX instead… by Jojo-Schmitz
Thank You.
In reply to Thank You. by thethnum20121
How do I rewrite? Please.
In reply to How do I rewrite? Please. by thethnum20121
posX not posx
In reply to posX not posx by Jojo-Schmitz
It may not be the appropriate place to post,
corrected version for Ver4 is now available.
Font size setting and grace notes are supported.
https://musescore.org/en/project/jianpu-numbered-notation-0
Latest jianpu information :
https://musescore.org/en/node/353863
Perhaps the Jianpu plugin has already been completed. Just not published.