Skip to content

Commit

Permalink
fix #304947: Changing flats to sharps
Browse files Browse the repository at this point in the history
  • Loading branch information
blackears committed May 5, 2020
1 parent 5eaa04f commit ed6c7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mscore/pianoroll/pianoview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ const BarPattern PianoView::barPatterns[] = {
{QT_TRANSLATE_NOOP("BarPattern", "D♭ major / B♭ minor"), {1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0}},
{QT_TRANSLATE_NOOP("BarPattern", "D major / B minor"), {0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "E♭ major / C minor"), {1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0}},
{QT_TRANSLATE_NOOP("BarPattern", "E major / D♭ minor"), {0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "E major / C♯ minor"), {0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "F major / D minor"), {1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0}},
{QT_TRANSLATE_NOOP("BarPattern", "G♭ major / E♭ minor"), {0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "G major / E minor"), {1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "A♭ major / F minor"), {1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0}},
{QT_TRANSLATE_NOOP("BarPattern", "A major / G♭ minor"), {0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "A major / F♯ minor"), {0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "B♭ major / G minor"), {1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0}},
{QT_TRANSLATE_NOOP("BarPattern", "B major / A♭ minor"), {0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "B major / G♯ minor"), {0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1}},
{QT_TRANSLATE_NOOP("BarPattern", "C Diminished"), {1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0}},
{QT_TRANSLATE_NOOP("BarPattern", "D♭ Diminished"), {0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0}},
{QT_TRANSLATE_NOOP("BarPattern", "D Diminished"), {0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1}},
Expand Down

0 comments on commit ed6c7f4

Please sign in to comment.