Can one get positions of specific elements similar to .mpos and .spos?
Hello,
I have been exploring the different data MuseScore can produce about a score using the command line. I ran into the .mpos and .spos extensions which produced information about the location of each measure and the location of every element respectively - which was very interesting.
I am wondering if there is a way by which one could locate the positions of specific elements. For example, could I get the positioning only of Notes, or only of Rests ...etc?
Thanks
Comments
Please let me know if I can provide additional info to improve my question.
In reply to Please let me know if I can… by ibealgoody
I'm not familair with these "mpos" or "spos" extensions, but I see the code in mscore/file.ccpp, feel free to browse it for yourself on GitHub (see https://github.com/musescore/MuseScore/blob/master/mscore/file.cpp)