Hello fellow dreamers!If anyone here wants to actually implement a Simplified Music scheme, I'm looking for collaborators on a project I'm doing. I intend to modify the Musescore software http://musescore.org/ so that the user may easily experiment with another notation scheme. Musescore is free under the GNU license, and its source code is documented and maintained by an active community.This won't be a mere plugin. Plugins and other "surface level hacks" are slow, need constant resetting, and will never get us where we want to go. A real project will require deep changes to the source code. This won't be simple, but imagine the possibilities once its realized! We could finally have a free and adaptable piece of software for our notation ideas. We could convert and test thousands of compositions!Obviously, there are details and logistics to hammer out. So, if there is anyone else here with programming experience in C/C++, please let me know. I would be happy to schedule real time discussions via Skype or Google hangout.Thank you.--
You received this message because you are subscribed to the forum of the Music Notation Project (hosted by Google Groups).
To post to this group, send email to musicn...@googlegroups.com
To unsubscribe from this group, send email to musicnotatio...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/musicnotation?hl=en
---
You received this message because you are subscribed to the Google Groups "The Music Notation Project | Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to musicnotatio...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Just a little off-topic side note: The Chromatic Lyre Notation has now become a standard for modern lyre students at the International Conservatoire in Prague so the need of a notation software is getting urgent and the chromatic Musescore would be a dream...
Hello jbrundisium,this is a great idea. I was experimenting with Musescore and tried to use it with the Chromatic Lyre Notation. But it was just too much tweaking and workarounds to get something reasonable from it...So I was just wondering whether there is any progress so far with the custom chromatic version of Musescore . Do you intend to make it customizable for different variants of chromatic notation? If so, I would be happy to participate, although I am not a programmer but maybe there are things I could handle, such as creating custom fonts, graphics etc. To my undrestanding the Simplified Music scheme is in fact really just a simplified version of traditional notation and the required changes in Musescore would be just a few. But the question is whether you intend to go beyond implementing just that.All the best!JanJust a little off-topic side note: The Chromatic Lyre Notation has now become a standard for students of modern lyre at the International Conservatoire in Prague so the need of a notation software is getting urgent and the chromatic Musescore would be a dream...
Congratulations Jan! That's great news. I assume this means an accepted alternative to the traditional notation system?
Maybe it's not as user-friendly as MuseScore, but LilyPond can produce music in your Chromatic Lyre Notation already. See the following wiki page:Feel free to ask me any questions about it. Maybe I can put together an example for you if you want. You can see some examples of TwinNote produced by LilyPond here:All the best,-Paul
So perhaps creating (even a basic) graphical editor for Lilypond and chromatic notation would be a way to go rather than modifying Musescore.
The score was created with older version of Finale (using a custom percussion layout). It works best from what I have tried so far but it also means solving a lot of problems and most of the solutions are still just workarounds. Also in the recent version of Finale, everything works a bit differently, particularly the staff styles so it does not work so well anymore. Maybe we could try contacting the guys from Makemusic and ask them whether they can help. But I would not bet on that.
I stopped using Musescore since it was just too much effort to create even simple scores. There are a few things though, that would not require a lot of changes in the code and that would already make it usable. I remember we both posted some suggestions in their forum but there was not much response. Maybe someone might give it a shot again :)I think that we still need a better solution of this so the musicians willing to use chromatic notation have something to work with (apart from pen and paper which is also good) without digging to computer stuff...
And yea, the headless stems are for tied notes. It is just for reducing the clutter. Sometimes in music for guitar or harp (and lyre), the ties leading to "nowhere" are being used to indicate to let the string ring instead of wirting multiple tied notes. So basically the stems are just there to make the durations and the rhythm clear. I saw some scores where the rests were used instead but I find it very confusing since the rest should indicate a silence. Therefore I use just stems and damp the string when I see a rest.
So perhaps creating (even a basic) graphical editor for Lilypond and chromatic notation would be a way to go rather than modifying Musescore.
Schikkers-list (http://lilypond.org/schikkers-list/) looks promissing in that respect. But will it be able to work with alternative notations?
I give the Lilypond another try, I guess. I might need some assistance though... For now I just installed it along with Frescobaldi and I'll see how it goes.
Hello fellow dreamers!If anyone here wants to actually implement a Simplified Music scheme, I'm looking for collaborators on a project I'm doing. I intend to modify the Musescore software http://musescore.org/ so that the user may easily experiment with another notation scheme. Musescore is free under the GNU license, and its source code is documented and maintained by an active community.This won't be a mere plugin. Plugins and other "surface level hacks" are slow, need constant resetting, and will never get us where we want to go. A real project will require deep changes to the source code. This won't be simple, but imagine the possibilities once its realized! We could finally have a free and adaptable piece of software for our notation ideas. We could convert and test thousands of compositions!Obviously, there are details and logistics to hammer out. So, if there is anyone else here with programming experience in C/C++, please let me know. I would be happy to schedule real time discussions via Skype or Google hangout.Thank you.
I wanted to let everyone know that I'm still active on this project. I've begun familiarizing myself with the MuseScore code, and over this Spring and Summer I plan to devote time to an alternative notation extension. I'll be a senior Comp Sci Major, and I'm considering making it my senior project.
MuseScore currently provides a plugin to convert an existing passage into slash notation, but this approach is limited in a number of ways. MuseScore also allows you to specific the transposition for a staff, or to make a staff invisible, or specify the number of staff lines, but these properties are global for the staff throughout the score.
What is desired is to be able to select a region and then specify an alternate notation style for that region - slash notation, a different transposition, different number of staff lines, etc. This involves both defining a UI and mechanism for specifying what you want, as well as actually implementing native support for slash notation and perhaps other notation styles.
Difficulty: Easy to Medium
Skills: C++/Qt
Possible mentor: Marc Sabatella