Skip to content

Commit 971520a

Browse files
committed
Add in ratios
1 parent f1b2205 commit 971520a

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed
Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
// Golden ratio
2-
$phi: 1.618034;
3-
$golden: $phi;
4-
$Φ: $phi;
5-
$φ: $phi;
2+
$phi : 1.618034 ;
3+
$golden : $phi ;
4+
5+
$double-octave : 4 ;
6+
$major-twelfth : 3 ;
7+
$major-eleventh : 2.666666667 ;
8+
$major-tenth : 2.5 ;
9+
$octave : 2 ;
10+
$major-seventh : 1.875 ;
11+
$minor-seventh : 1.777777778 ;
12+
$major-sixth : 1.666666667 ;
13+
$minor-sixth : 1.6 ;
14+
$fifth : 1.5 ;
15+
$augmented-fourth : 1.41421 ;
16+
$fourth : 1.333333333 ;
17+
$major-third : 1.25 ;
18+
$minor-third : 1.2 ;
19+
$major-second : 1.125 ;
20+
$minor-second : 1.066666667 ;

0 commit comments

Comments
 (0)