Skip to content

Commit

Permalink
Update referencias.html
Browse files Browse the repository at this point in the history
Signed-off-by: parencode <[email protected]>
  • Loading branch information
parencode authored Feb 12, 2024
1 parent 4c26642 commit 7e8a9fd
Showing 1 changed file with 33 additions and 14 deletions.
47 changes: 33 additions & 14 deletions guitarTutorial/referencias.html
Original file line number Diff line number Diff line change
Expand Up @@ -976,34 +976,53 @@ <h2>A pentatonic Scale</h2>
<ol>
<li><strong>Acordes:</strong>
<ul>
<li>Practica acordes básicos como Mi mayor, La mayor y Re mayor:</li>
<li>Practica acordes básicos como Do mayor, Sol mayor, Re mayor, La mayor y Mi mayor :</li>
</ul>
</li>
</ol>
<pre><div class="dark bg-gray-950 rounded-md">
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre hljs language-lua">
|<span class="hljs-comment">---0---|---0---|---2---|</span>
|<span class="hljs-comment">---0---|---2---|---3---|</span>
|<span class="hljs-comment">---1---|---2---|---2---|</span>
|<span class="hljs-comment">---2---|---2---|---0---|</span>
|<span class="hljs-comment">---2---|---0---|-------|</span>
|<span class="hljs-comment">---0---|-------|-------|</span>
|<span class="hljs-comment">---0---|---3---|---2---|---0---|---0---|</span>
|<span class="hljs-comment">---1---|---3---|---3---|---2---|---0---|</span>
|<span class="hljs-comment">---0---|---0---|---2---|---2---|---1---|</span>
|<span class="hljs-comment">---2---|---0---|---0---|---2---|---2---|</span>
|<span class="hljs-comment">---3---|---2---|-------|---0---|---2---|</span>
|<span class="hljs-comment">-------|---3---|-------|-------|---0---|</span>
</code></div></div></pre>
<ol start="2">
<li><strong>Progresiones de Acordes:</strong>
<ul>
<li>Toca una progresión común como Mi mayor - La mayor - Si mayor - Re mayor:</li>
<li>Practica acordes básicos como Do menor, Sol menor, Re menor, La menor y Mi menor :</li>
</ul>
</li>
</ol>
<pre><div class="dark bg-gray-950 rounded-md">
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre hljs language-lua">
|<span class="hljs-comment">---0---|---0---|---2---|---2---|</span>
|<span class="hljs-comment">---0---|---2---|---4---|---3---|</span>
|<span class="hljs-comment">---1---|---2---|---4---|---2---|</span>
|<span class="hljs-comment">---2---|---2---|---4---|---0---|</span>
|<span class="hljs-comment">---2---|---0---|---2---|-------|</span>
|<span class="hljs-comment">---0---|-------|-------|-------|</span>
|<span class="hljs-comment">---x---|---3---|---1---|---0---|---0---|</span>
|<span class="hljs-comment">---1---|---3---|---3---|---1---|---0---|</span>
|<span class="hljs-comment">---0---|---3---|---2---|---2---|---0---|</span>
|<span class="hljs-comment">---1---|---5---|---3---|---2---|---2---|</span>
|<span class="hljs-comment">---3---|---5---|---x---|---0---|---2---|</span>
|<span class="hljs-comment">---x---|---3---|---x---|-------|---0---|</span>

</code></div></div></pre>

<ol start="2">
<li><strong>Progresiones de Acordes:</strong>
<ul>
<li>Practica acordes de séptima (7) de Do, Sol, Re, La, Mi y Si :</li>
</ul>
</li>
</ol>
<pre><div class="dark bg-gray-950 rounded-md">
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre hljs language-lua">
|<span class="hljs-comment">---0---|---1---|---2---|---0---|---0---|---2---|</span>
|<span class="hljs-comment">---1---|---0---|---1---|---2---|---0---|---0---|</span>
|<span class="hljs-comment">---3---|---0---|---2---|---0---|---1---|---2---|</span>
|<span class="hljs-comment">---2---|---0---|---0---|---2---|---0---|---1---|</span>
|<span class="hljs-comment">---3---|---2---|---x---|---0---|---2---|---2---|</span>
|<span class="hljs-comment">---x---|---3---|---x---|---x---|---0---|---x---|</span>

</code></div></div></pre>
<p>Estos ejercicios son solo ejemplos, pero puedes adaptarlos según tu nivel y preferencias. Recuerda practicar lentamente al principio y aumentar la velocidad gradualmente a medida que te sientas más cómodo con los patrones y las técnicas.</p>
</div>
Expand Down

0 comments on commit 7e8a9fd

Please sign in to comment.