| 129 | } |
| 130 | |
| 131 | std::string printScales() { |
| 132 | std::stringstream outStream; |
| 133 | outStream << ScaleFactory::instance(); |
| 134 | return outStream.str(); |
| 135 | } |
| 136 | |
| 137 | std::pair<std::string, std::string> extractScaleAbbreviation(const std::string& str) { |
| 138 |