Skip to content

Commit

Permalink
change My_First_Score from mscz to mscx
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Jan 26, 2019
1 parent 6a49257 commit 78ca227
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mscore/musescore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3239,7 +3239,7 @@ static void loadScores(const QStringList& argv)
score->setCreated(true);
}
if (score == 0) {
score = mscore->readScore(":/data/My_First_Score.mscz");
score = mscore->readScore(":/data/My_First_Score.mscx");
if (score) {
score->setName(mscore->createDefaultName());
// TODO score->setPageFormat(*MScore::defaultStyle().pageFormat());
Expand Down
2 changes: 1 addition & 1 deletion mscore/musescore.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<file alias="themes/palette_dark_fusion.json">../share/themes/palette_dark_fusion.json</file>
<file>data/splash.png</file>
<file>data/splash@2x.png</file>
<file alias="data/My_First_Score.mscz">../share/templates/My_First_Score.mscz</file>
<file alias="data/My_First_Score.mscx">../share/templates/My_First_Score.mscx</file>
<file alias="data/Create_New_Score.mscz">../share/templates/Create_New_Score.mscz</file>
<file alias="data/Empty_Score.mscx">../share/templates/01-General/00-Blank.mscx</file>
<file>data/tab_sample.mscx</file>
Expand Down
2 changes: 1 addition & 1 deletion mscore/preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void Preferences::init(bool storeInMemoryOnly)
{PREF_APP_USESINGLEPALETTE, new BoolPreference(false)},
{PREF_APP_STARTUP_FIRSTSTART, new BoolPreference(true)},
{PREF_APP_STARTUP_SESSIONSTART, new EnumPreference(QVariant::fromValue(SessionStart::SCORE), false)},
{PREF_APP_STARTUP_STARTSCORE, new StringPreference(":/data/My_First_Score.mscz", false)},
{PREF_APP_STARTUP_STARTSCORE, new StringPreference(":/data/My_First_Score.mscx", false)},
{PREF_UI_APP_STARTUP_SHOWTOURS, new BoolPreference(true)},
{PREF_APP_WORKSPACE, new StringPreference("Basic", false)},
{PREF_EXPORT_AUDIO_NORMALIZE, new BoolPreference(true)},
Expand Down
Loading

0 comments on commit 78ca227

Please sign in to comment.