Skip to content

Commit

Permalink
New: Making sapp_sapp the default selection of key-profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
napulen committed Aug 2, 2018
1 parent c38d947 commit 53ab0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/justkeydding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void initOptionParser(optparse::OptionParserExcept *parser) {
"bellman_budge", "sapp", "temperley"};
(*parser).add_option("-M", "--majorprofile")
.choices(majorKeyProfiles.begin(), majorKeyProfiles.end())
.set_default("temperley");
.set_default("sapp");

std::array<std::string, 5> minorKeyProfiles =
{"krumhansl_kessler", "aarden_essen",
Expand Down

0 comments on commit 53ab0b7

Please sign in to comment.