Re: [Mscore-developer] Removing Linebreaks

2017-07-24 Thread Lasconic
Great. What's the name of the game? Do you have a website? You could modify the size of the page to fit the whole score or use the continuous view. Also check Score::showVBox() lasconic 2017-07-24 20:42 GMT+02:00 Kovak : > Hi Everyone, > > I am developing a game that uses the music.xml and SVG

[Mscore-developer] Removing Linebreaks

2017-07-24 Thread Kovak
Hi Everyone, I am developing a game that uses the music.xml and SVG output of a MuseScore, modified to tag the elements in music.xml with uuid that are also inserted into the SVG elements, to produce interactive sheet music that can then be played with midi devices. At the moment, someone has to m

[Mscore-developer] Modification of the PaletteCell class to assign shortcuts to palette elements

2017-07-24 Thread divya-urs
I am currently working on adding the ability to assign a shortcut to any palette element as part of GSoC 2017. I'm facing some problems because the palette cell names are not unique. To assign a shortcut to a palette element, I need to be able to uniquely identify the palette element. The default p