Skip to content

Commit

Permalink
Fix typos in glyph names
Browse files Browse the repository at this point in the history
all reported to SMuFL and pending
  • Loading branch information
Jojo-Schmitz committed Oct 24, 2020
1 parent 851896a commit 9e9ac99
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libmscore/sym.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2912,7 +2912,7 @@ const std::array<const char*, int(SymId::lastSym)+1> Sym::symUserNames = { {
QT_TRANSLATE_NOOP("symUserNames", "25 small diesis up, (25S, ~5:13S, ~37S, 5C\u00a0plus 5C), 2\u00b0 up [53 EDO]"),
QT_TRANSLATE_NOOP("symUserNames", "35 large diesis down, 2\u00b0 down [50 EDO], 5/18-tone down"),
//QT_TRANSLATE_NOOP("symUserNames", "35 large diesis up, (35L, ~13L, ~125L, sharp less 35M), 2\u00b050 up"),
QT_TRANSLATE_NOOP("symUserNames", "35 large diesis up, (35L, ~13L, ~125L, sharp less 35M), 2°50 up"),
QT_TRANSLATE_NOOP("symUserNames", "35 large diesis up, (35L, ~13L, ~125L, sharp less 35M), 2°50 up"),
QT_TRANSLATE_NOOP("symUserNames", "35 medium diesis down, 1\u00b0[50] 2\u00b0[27] down, 2/9-tone down"),
//QT_TRANSLATE_NOOP("symUserNames", "35 medium diesis up, (35M, ~13M, ~125M, 5C\u00a0plus\u00a07C), 2/9-tone up"),
QT_TRANSLATE_NOOP("symUserNames", "35 medium diesis up, (35M, ~13M, ~125M, 5C\u00a0plus 7C), 2/9-tone up"),
Expand Down Expand Up @@ -2965,7 +2965,8 @@ const std::array<const char*, int(SymId::lastSym)+1> Sym::symUserNames = { {
"Double flat 5C-up, 5\u00b0[22 29] 7\u00b0[34 41] 9\u00b053 down, 11/12 tone down",
"Double flat 5:11S-up",
"Double flat 5:19C-up, 19/20-tone down",
"Double flat 5:23S-up, 8\u00b0 down [60 EDO], 4/5-tone down",
//"Double flat 5:23S-up, 8\u00b0 down [60 EDO], 4/5-tone down",
"Double flat 5:23S-up, 8\u00b0 down [60 EDO], 4/5-tone down",
"Double flat 5:7k-up",
"Double flat 7C-up, 5\u00b0 down [43 EDO], 10\u00b0 down [72 EDO], 5/6-tone down",
"Double flat 7:11C-up, 9\u00b0 down [60 EDO], 9/10-tone down",
Expand Down Expand Up @@ -4964,7 +4965,8 @@ const std::array<const char*, int(SymId::lastSym)+1> Sym::symUserNames = { {
"Inverted mordent with upper prefix",
"Mordent with release",
QT_TRANSLATE_NOOP("symUserNames", "Mordent with upper prefix"),
"Pre-beat port de voix follwed by multiple mordent (Dandrieu)",
//"Pre-beat port de voix follwed by multiple mordent (Dandrieu)",
"Pre-beat port de voix follewed by multiple mordent (Dandrieu)",
QT_TRANSLATE_NOOP("symUserNames", "Slide"),
"Slide-trill with two-note suffix (J.S. Bach)",
"Slide-trill (D'Anglebert)",
Expand Down

0 comments on commit 9e9ac99

Please sign in to comment.