Diferencia entre revisiones de «Teoría musical/Fundamentos de la Teoría Musical/Tipos de semitono»

Contenido eliminado Contenido añadido
Yayopoint (discusión | contribs.)
Sin resumen de edición
Yayopoint (discusión | contribs.)
Línea 17:
 
== Semitono Cromático ==
 
El [[w:Semitono cromático|semitono cromático]] es el semitono que se produce entre dos notas que tienen el mismo nombre pero en diferente estado (natural o alteración). El semitono cromático puede producirse entre una nota natural y una nota del mismo nombre pero alterada (ej: do natural y do sostenido) o entre dos notas del mismo nombre pero con diferente alteración (ej: do sostenido y do doble sostenido).
 
Veamos algunos ejemplos de semitonos cromáticos ascendentes:
 
<score>\relative c' {
\override Staff.TimeSignature #'stencil = ##f
\time 4/4
bes2^\markup {
\column {
\translate #'(6.5 . 0)
\center-column {"Do Central" \char ##x2193 }
\with-dimensions #'(0 . 85) #'(0 . 15)
\postscript #"/text {
/string exch def
/y exch def
/x exch def
/Times-Roman findfont
3 scalefont
setfont
0 0 moveto
string dup stringwidth pop
2 div
x exch sub
y moveto
show
} def
/whitekey {
newpath
0 0 moveto
5 0 rlineto 0 15 rlineto
-5 0 rlineto 0 -15 rlineto
closepath
stroke
} def
/whitenotekey {
/string1 exch def
/string2 exch def
newpath
0 0 moveto
5 0 rlineto 0 15 rlineto
-5 0 rlineto 0 -15 rlineto
2.5 0 string1 text
2.5 2.5 string2 text
closepath
stroke
} def
/blackkey {
newpath
0 5 moveto
4 0 rlineto 0 10 rlineto
-4 0 rlineto 0 -10 rlineto
closepath
gsave
grestore
0 0 0 setrgbcolor
fill
stroke
} def
/blacknotekey {
/string1 exch def
/string2 exch def
newpath
0 5 moveto
4 0 rlineto 0 10 rlineto
-4 0 rlineto 0 -10 rlineto
closepath
gsave
1 setgray
fill
grestore
2 9 string2 text
2 6 string1 text
gsave
.5 setlinewidth
0 setgray
stroke
grestore
} def
0 0 translate whitekey
5 0 translate ( ) (Si) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Re) (x) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate ( ) (Si) whitenotekey
5 0 translate (Si) (#) whitenotekey
5 0 translate whitekey
5 0 translate (Fa) (b) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate ( ) (La) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
-82 0 translate (Si) (b) blacknotekey
10 0 translate blackkey
5 0 translate (Re) (#) blacknotekey
10 0 translate blackkey
5 0 translate blackkey
5 0 translate blackkey
10 0 translate blackkey
5 0 translate (Fa) (bb) blacknotekey
10 0 translate blackkey
5 0 translate blackkey
5 0 translate (La) (#) blacknotekey
10 0 translate blackkey
-78 0 translate
0 5 moveto
-3.5 -16 rlineto
2.5 0 moveto
1 -11 rlineto
15 5 moveto
-1 -15 rlineto
17.5 0 moveto
4 -10 rlineto
37.5 0 moveto
-7 -10.5 rlineto
42.5 0 moveto
-4.5 -10.5 rlineto
50 5 moveto
-1 -13.5 rlineto
52.5 0 moveto
3.5 -8.5 rlineto
67.5 0 moveto
-2 -7.5 rlineto
70 5 moveto
2.5 -12.5 rlineto
stroke"
\vspace #2
}
}
_\markup {\vcenter "Si" \flat }
b_\markup {\vcenter "Si" \natural } \bar "||"
dis_\markup {\vcenter "Re" \sharp } disis_\markup {\vcenter "Re" \doublesharp } \bar "||"
b'_"Si" bis_\markup {\vcenter "Si" \sharp } \bar "||"
feses'_\markup {\vcenter "Fa" \doubleflat } fes_\markup {\vcenter "Fa" \flat } \bar "||"
a_"La" ais_\markup {\vcenter "La" \sharp }
\bar "|."
}</score>
 
== Semitono diatónico ==
== Ejercicios ==