[Guitar Pro] Copyright text not imported
1. Open attached file (produced in TuxGuitar 1.2).
Result: Copyright text is not imported.
Using MuseScore 2.0 Nightly Build (0bc17a9) - Mac 10.7.5.
Attachment | Size |
---|---|
Copyright text not imported.gp5 | 1.46 KB |
Comments
Fixed in 9e260cb (tests in a1c2348).
Automatically closed -- issue fixed for 2 weeks with no activity.
Hi jpirie
Thanks for the Guitar Pro fixes.
I want to re-open this because the text isn't the same.
Expected result (from TuxGuitar 1.2): 'A test to see if copyright text is imported'
Actual result: 'Copyright A test to see if copyright text is imported
All Rights Reserved - International Copyright Secured'
Using MuseScore 2.0 Nightly Build (601b10b) - Mac 10.7.5.
We have this line in the copyright import part of the Guitar Pro codebase:
score->setMetaTag("copyright", QString("Copyright %1\nAll Rights Reserved - International Copyright Secured").arg(copyright));
That text is always bolted on to the copyright statement. I left this string untouched and just applied the same for all versions as I assume the initial author had some motivation for putting that there. I'm happy to remove the additional text though unless there are any objections...
Seems inappropriate to me to modify the copyright message, unless perhaps that what Guitar Pro does. That is, I think we should import the copyright verbatim.
I agree, this change will be present in my next PR, which I should be making later today. If anyone has further issues just let me know.
Copyright text is now imported verbatim.
Automatically closed -- issue fixed for 2 weeks with no activity.