Skip to content

Commit

Permalink
fix Fa notehead stem up, see #34881
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Oct 1, 2014
1 parent e9f40af commit 04f93ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions fonts/mscore/glyphnames.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,12 @@
"noteShapeTriangleRightWhite": {
"codepoint": "U+e14d"
},
"noteShapeTriangleLeftBlack": {
"codepoint": "U+e14e"
},
"noteShapeTriangleLeftWhite": {
"codepoint": "U+e14c"
},
"noteheadBlack": {
"codepoint": "U+e12d"
},
Expand Down
2 changes: 1 addition & 1 deletion libmscore/note.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static const SymId noteHeads[2][int(NoteHead::Group::HEAD_GROUPS)][int(NoteHead:
// { SymId(s0reHeadSym), SymId(d1reHeadSym), SymId(d2reHeadSym), SymId::noSym },
{ SymId::noteShapeMoonWhite, SymId::noteShapeMoonWhite, SymId::noteShapeMoonBlack, SymId::noSym },
// { SymId(d0faHeadSym), SymId(d1faHeadSym), SymId(d2faHeadSym), SymId::noSym },
{ SymId::noteShapeTriangleRightWhite, SymId::noteShapeTriangleRightWhite, SymId::noteShapeTriangleRightBlack, SymId::noSym },
{ SymId::noteShapeTriangleLeftWhite, SymId::noteShapeTriangleLeftWhite, SymId::noteShapeTriangleLeftBlack, SymId::noSym },
// { SymId(s0laHeadSym), SymId(s1laHeadSym), SymId(s2laHeadSym), SymId::noSym },
{ SymId::noteShapeSquareWhite, SymId::noteShapeSquareWhite, SymId::noteShapeSquareBlack, SymId::noSym },
// { SymId(s0tiHeadSym), SymId(d1tiHeadSym), SymId(d2tiHeadSym), SymId::noSym },
Expand Down

0 comments on commit 04f93ae

Please sign in to comment.