希望加入“输入旋律”的功能,类似于lilypond/ "input notes" function,like lilypond

不知道您有没有听说过lilypond这个项目? 这个项目是用来打五线谱的。lilypond的功能大致是这样的:
Have you ever heard about lilypond?The project aims at transforming text into score.It works like this:

在文本编辑器中输入如下文本,保存为xxx.ly文件:
input these in a text editor,and name it as xxx.ly:

\score {
\relative c’’{
\time 2/4
c8 d e4
d8 c d4
}
\layout{}
}

再使用lilypond编译xxx.ly,就得到了这样的五线谱
And by using lilypond,you can get the score.

%E5%9B%BE%E7%89%87

我觉得如果SynthV中能加入这样的功能(唯一不同的是把输出从五线谱改成SynthV中的音符节点),能极大地提高输入效率。
I think we can improve efficiency if SynthV add function like this.

发现原来SynthV可以导入midi,而lilypond可以生成midi,那么其实也没有这个必要啦
I found that SynthV can import midi file,And lilypond can generate midi file,so it’s unnecesary