Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-26 Thread Lasconic
> The easiest way seems to be to implement Jianpu the same way as the > TabStaff was implemented. > So I can just add JIANPU in the StaffGroup type and add variations > specific to Jianpu in some 20-25 classes. > enum class StaffGroup : char { > STANDARD, PERCUSSION, TAB > }; > Sounds like a good

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-26 Thread Brian Yan
Hi Nicolas, I have set up my MuseScore project with GitHub and was able to build and run/debug on my Kubuntu Linux PC. I was browsing through the source code yesterday. The easiest way seems to be to implement Jianpu the same way as the TabStaff was implemented. So I can just add JIANPU in t

Re: [Mscore-developer] Support for numbered notation (Jianpu)

2016-11-26 Thread Lasconic
Hi Brian, How is it going? You find your way around MuseScore source code. Let me know if I can help. lasconic 2016-11-19 18:55 GMT+01:00 Lasconic : > I'm in France (+7 for you) and I'm on IRC from ~8am to ~8pm (or later) > during the week. So you can catch me every morning for you. > A couple

Re: [Mscore-developer] MusicXML clef export broken

2016-11-26 Thread Lasconic
Hi Leon, I fixed the MusicXML mtests and now I realize that might be what caused your bug report... Can we close https://musescore.org/en/node/141601 then? lasconic 2016-11-19 11:53 GMT+01:00 Lasconic : > Sure, go ahead. I believe this new segment construct is quite stable. > Werner might have