-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path20-arpeggio-enclosures.html
87 lines (81 loc) · 3.11 KB
/
20-arpeggio-enclosures.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unpacked - 20 - Arpeggio enclosures</title>
</head>
<body>
<h2>20 - Arpeggio enclosures</h2>
<p>This concept enriches apreggios playing that may sound dry and ties arpeggios back to scales.</p>
<h3>One note from below</h3>
<h4>Major triad</h4>
<p>Here is A major triad, approached from one note below.</p>
<pre>
g# a c c# d# e
e-------------------------------------11-12-
b--------------------------9-10-13-14-------
g----------------------8-9------------------
D-------------6-7-9-11----------------------
A---------6-7-------------------------------
E-4-5-8-9-----------------------------------
e------------------------------8-9-11-12-
b-------------------------9-10-----------
g-----------------5-6-8-9----------------
D-------------6-7------------------------
A-----3-4-6-7----------------------------
E-4-5------------------------------------
e-------------------------4-5-8-9-11-12-
b---------------------4-5---------------
g-----------------5-6-------------------
D-------------6-7-----------------------
A---------6-7---------------------------
E-4-5-8-9-------------------------------
</pre>
<h4>Minor triad</h4>
<p>G minor triad, approached from one note below.</p>
<pre>
f# g a a# c# d
e-----------------------------------9-10-
b-------------------------7-8-10-11------
g---------------------6-7----------------
D-------------4-5-7-8--------------------
A---------4-5----------------------------
E-2-3-5-6--------------------------------
e-----------------------------5-6-11-12-
b-------------------------7-8-----------
g-----------------2-3-6-7---------------
D-------------4-5-----------------------
A-----0-1-4-5---------------------------
E-2-3-----------------------------------
e-------------------------2-3-5-6-9-10-
b---------------------2-3--------------
g-----------------2-3------------------
D-------------4-5----------------------
A---------4-5--------------------------
E-2-3-5-6------------------------------
</pre>
<h4>Diminished triad</h4>
<p>D diminished triad, approached from one note below.</p>
<pre>
e------------------------------------------------15-16-
b------------------------------------14-15-17-18-------
g------------------------------12-13-------------------
D------------------11-12-14-15-------------------------
A------------10-11-------------------------------------
E-9-10-12-13-------------------------------------------
e---------------------------------------12-13-15-16-
b---------------------------------14-15-------------
g----------------------9-10-12-13-------------------
D----------------11-12------------------------------
A------7-8-10-11------------------------------------
E-9-10----------------------------------------------
e---------------------------------9-10-12-13-15-16-
b-----------------------------8-9------------------
g------------------------9-10----------------------
D------------------11-12---------------------------
A------------10-11---------------------------------
E-9-10-12-13---------------------------------------
</pre>
<h3>One note from above</h3>
</body>
</html>