4 /// Pre-defined scales for use with the `modular-scale` function.
6 /// @type number (unitless)
8 /// @see {function} modular-scale
15 $perfect-fourth: 1.333;
16 $augmented-fourth: 1.414;
21 $minor-seventh: 1.778;
22 $major-seventh: 1.875;
25 $major-eleventh: 2.667;