felixhao28 / react-jianpu

A numbered music notation renderer (a.k.a JianPu 简谱)
https://felixhao28.github.io/react-jianpu/
68 stars 32 forks source link

Where can i found the specification of Jianpu Markup Language #2

Open daiqing2009 opened 7 years ago

daiqing2009 commented 7 years ago

Ever considered this notation?https://github.com/jianpu/musje-123-notation

felixhao28 commented 7 years ago

There is no specification because the markup language is not the core part of this project. However, you can find two examples here: https://github.com/felixhao28/react-jianpu/blob/gh-pages/source/index.coffee#L121

If someone can offer a musje-123-notation to JSON parser, it will be pretty simple to set it up.