Skip to content

Commit

Permalink
Merge pull request #2050 from MarcSabatella/64041-triangle-b9
Browse files Browse the repository at this point in the history
fix #64041: recognize triangle as single token
  • Loading branch information
lasconic committed Jun 8, 2015
2 parents 6c7f082 + 9f85dd9 commit 275cd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/chordlist.cpp
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 275cd13

Please sign in to comment.