use capital chordname in palette
This commit is contained in:
parent
14fbeb30d3
commit
9ad74503d9
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ Palette* MuseScore::newTextPalette()
|
|||
}
|
||||
|
||||
Harmony* harmony = new Harmony(gscore);
|
||||
harmony->setText("c7");
|
||||
harmony->setText("C7");
|
||||
sp->append(harmony, tr("Chord Name"));
|
||||
return sp;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue