minorIncrementers

A set of incrementers used to calculate minor scales in western music.

static const
auto minorIncrementers = [2, 1, 2, 2, 1, 2];

Meta