Skip to content

Commit

Permalink
fix #64041: recognize triangle as single token
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSabatella authored and lasconic committed Jun 8, 2015
1 parent 828bb14 commit 84211d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/chordlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ void ParsedChord::configure(const ChordList* cl)
lower << "b" << "-" << "dim";
raise << "#" << "+" << "aug";
mod1 << "sus" << "alt";
mod2 << "sus" << "add" << "no" << "omit";
mod2 << "sus" << "add" << "no" << "omit" << "^";
symbols << "t" << "^" << "-" << "+" << "o" << "0";
}

Expand Down

0 comments on commit 84211d7

Please sign in to comment.