can't open .gtp file/guitar pro file?
I am trying to open .gtp file/guitar pro file with Musescore 4.0 on Manjaro-Gnome linux, MuseScore just exits automatically, it supports .gtp file, right?
I am trying to open .gtp file/guitar pro file with Musescore 4.0 on Manjaro-Gnome linux, MuseScore just exits automatically, it supports .gtp file, right?
Do you still have an unanswered question? Please log in first to post your question.
Comments
Can you share it here?
In reply to Can you share it here? by Jojo-Schmitz
On MuseScore, File -> Open File -> choose a .gtp file -> maybe 3 seconds, Musescore shuts down / disappears.
Sorry, what do you mean by "share it here"?
In reply to On MuseScore, File -> Open… by jesse.zwd
That .gtp file
In reply to That .gtp file by Jojo-Schmitz
OK, thanks. Preludio No-1.gtp
I tried .gp5 file, MuseScore works fine.
In reply to OK. [inline:Preludio No-1… by jesse.zwd
Mu3 crashes on it, Mu4 (4.0.2 and latest development build) opens a blank score (with just a title frame and a title)
Best to open an issue on GitHub about this
In reply to Mu3 crashes on it, Mu4 (4.0… by Jojo-Schmitz
Ok, thanks a lot.
In reply to Mu3 crashes on it, Mu4 (4.0… by Jojo-Schmitz
Thanks for https://github.com/musescore/MuseScore/issues/17070
In reply to On MuseScore, File -> Open… by jesse.zwd
To attach a file to a forum post, see:
https://musescore.org/en/node/289899
In reply to On MuseScore, File -> Open… by jesse.zwd
Strange:
In the MS4 cmdline --help output, i read about this cmdline switch:
--gp-experimental experimental features for guitar pro import
Suggesting that gp import support is experimental.
But this cmdline switch does not exist in MS3.
Even more strange about MS4 cmdline switches that do not exist in MS3:
--score-video Generate video for the given score and export it to file
--resolution <1080p> Resolution [2160p, 1440p, 1080p, 720p, 480p, 360p]
--fps <24> Frame per second [60, 30, 24]
--ls <3.0> Pause before playback in seconds (3.0)
--ts <3.0> Pause before end of video in seconds (3.0)
(all not working ...)
In reply to Strange: In the MS4 cmdline … by graffesmusic
What do you find strange about command line options that exist in Mu4 but not in M3?
In reply to What do you find strange… by Jojo-Schmitz
They do not work.
I think they come from MS2 or even MS1.
In reply to They do not work. I think… by graffesmusic
Sure not. But they may work only on the backend, on musescore.com, not sure
In reply to Sure not. by Jojo-Schmitz
Surely the guitar pro experimental switch is not something new in MuseScore4.
It stopped being experimental a long time ago
In reply to Surely the guitar pro… by graffesmusic
yes, it is, as it got an overhaul, esp. *.gp, (which was new in MuseScore 3.5)
In reply to yes, it is, as it got an… by Jojo-Schmitz
So opening guitar pro files will not work in any case unless one uses the --gp-experimental switch?
If not, what is the use of this switch?
In reply to So opening guitar pro files… by graffesmusic
no idea, would need to look it up in the code
In reply to So opening guitar pro files… by graffesmusic
As far as I can tell from a brief look into the code that option does nothing, no effect on the actual import
In reply to As far as I can tell from a… by Jojo-Schmitz
Video options are off (because only working on a very old ubuntu?)
MuseScore/CMakeLists.txt:option(BUILD_VIDEOEXPORT_MODULE "Build videoexport module" OFF) # currently work only on Ubuntu 18.04 (for backend)
MuseScore/CMakeLists.txt: set(BUILD_VIDEOEXPORT_MODULE OFF)
Was I wrong finding all these not working cmdline switches strange?
In reply to Video options are off … by graffesmusic
They should probably get conditionally excluded.
And I didn't say that non-working command line options are not strange, just that additional/different ones ones are not.
In reply to Video options are off … by graffesmusic
See https://github.com/musescore/MuseScore/pull/17143
Edit: those command line options are now gone
In reply to See https://github.com… by Jojo-Schmitz
Indeed, better not show non-working command line options.
In reply to As far as I can tell from a… by Jojo-Schmitz
Looking deeper: --gp-experimental is used, for certain aspects of GP import.
Search for
engravingConfiguration()->guitarProImportExperimental()