That was indeed my first suggestion: modify the size of the page to fit the
whole score
You can make it very large and use
https://github.com/musescore/MuseScore/blob/2.2/libmscore/score.cpp#L4302
to crop.
lasconic
2017-07-26 0:11 GMT+02:00 Sideways Skullfinger <
sidew...@sidewaysskullfinger.com>:
> Hi, re: SVG - I'm the guy who made the most recent changes and understands
> the code the best.
>
> SVG Export pays no attention to the view mode whatsoever, and has never
> done so, AFAIK.
>
> As long as I have known the code, since v2.0, SVG export has always
> exported by page. That's the outermost loop when it comes to iterating
> over elements to export. I know little about continuous view, but if you
> want to export a score into an SVG that is one big page, then I suggest
> changing the Page Format width and height settings to be as large as you
> need them to be in order to accomplish that. I do that myself often for
> piano-roll-style scores.
>
> There are even some efficiencies in the code for dealing with very wide
> horizontally scrolling scores, which it looks like your game does. The
> piano roll style of score only paints the staff lines once for the entire
> page, which results in noticeable savings in SVG file size for long
> scores. The default is to export staff lines by measure, which results in
> measureCount * staffLines elements. It's not a massive efficiency or
> anything, but I mention it to indicate strong support for the type of score
> you wish to export. Just adjust your page settings.
>
> On 7/25/2017 1:53 PM, Lasconic wrote:
>
> There is no technical reason I know off for SVG output (PNG are limited in
> size by Qt).
> So there is currently no way to export the continuous view to SVG because
> 1/ it works the same than PNG
> 2/ No casual user really wants a very large SVG
>
> I would advise against the use of a MuseScore version from 900 commits
> ago. If you modify MuseScore, it's probably better to use the 2.2 branch
> currently. Your contributions are welcome, including the unique ID one!
>
> lasconic
>
>
> 2017-07-25 21:32 GMT+02:00 Kovak <kovac1...@gmail.com>:
>
>> Thanks for the quick reply!
>>
>> Our game is called trebella it isn't launched yet, but here is our site.
>> <http://trebel.la>
>>
>> Continuous mode looks like exactly what we want. However, when we try to
>> export an SVG in continuous mode Musescore instead exports it in regular
>> paging mode. We noticed with a slightlier early version of Musescore ~900
>> commits ago, it just crashed when trying to do the export. Is there a
>> technical reason we can't export the score as a continuous arranged svg?
>>
>>
>>
>> --
>> View this message in context: http://dev-list.musescore.org/
>> Removing-Linebreaks-tp7580304p7580306.html
>> Sent from the MuseScore Developer mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Mscore-developer mailing list
>> Mscore-developer@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>>
>
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
>
> _______________________________________________
> Mscore-developer mailing
> listMscore-developer@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Mscore-developer mailing list
> Mscore-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mscore-developer mailing list
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer