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

Contenido eliminado Contenido añadido
Yayopoint (discusión | contribs.)
Sin resumen de edición
Yayopoint (discusión | contribs.)
Línea 28:
== Tipos de alteración ==
=== Sostenido ===
 
El [[w:Sostenido|sostenido]] asciende una nota en un semitono. En el piano podemos ver que para un sostenido, le corresponderá la tecla negra que esté un semitono más alta.
 
<score>\relative c' {
\override Staff.TimeSignature #'stencil = ##f
\time 4/4
c2^\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 {
/string exch def
newpath
0 0 moveto
5 0 rlineto 0 15 rlineto
-5 0 rlineto 0 -15 rlineto
2.5 0 string 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 whitekey
5 0 translate (Do) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Fa) whitenotekey
5 0 translate whitekey
5 0 translate (La) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Re) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Sol) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
-77 0 translate blackkey
10 0 translate (Do) (#) blacknotekey
5 0 translate blackkey
10 0 translate (Fa) (#) blacknotekey
5 0 translate blackkey
5 0 translate (La) (#) blacknotekey
10 0 translate blackkey
5 0 translate (Re) (#) blacknotekey
10 0 translate blackkey
5 0 translate (Sol) (#) blacknotekey
5 0 translate blackkey
-60.5 0 translate
-0 0 moveto
-11 -13 rlineto
2.5 5 moveto
5 -5 5 -8 -3.5 -13 curveto
15 0 moveto
-8.5 -11.5 rlineto
17.5 5 moveto
21 -2 23 -6 13.5 -12 curveto
25 0 moveto
-1.5 -7.5 rlineto
27.5 5 moveto
2.5 -15.5 rlineto
40 0 moveto
0.25 -9 rlineto
42.5 5 moveto
5 -14 rlineto
55 0 moveto
2 -7.5 rlineto
57.5 5 moveto
7.5 -12.5 rlineto
stroke"
\vspace #2
}
}
_"Do"
cis_"Do#" \bar "||"
f_"Fa" fis_"Fa#" \bar "||"
a_"La" ais_"La#" \bar "||"
d_"Re" dis_"Re#" \bar "||"
g_"Sol" gis_"Sol#"
\bar "|."
}</score>
 
Al ocupar un sostenido con un Mi lo ascenderemos un semitono. La nota resultante tendrá la misma altura que el Fa natural. En este caso, decimos que el Mi{{music|#}} y el Fa son notas [[w:Enarmonía|enarmónicas]]. Lo mismo ocurre con el Si#, es enarmónico con el Do natural.
 
<score>\relative c' {
\override Staff.TimeSignature #'stencil = ##f
\time 4/4
b2^\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
0 0 translate whitekey
5 0 translate ( ) (Si) whitenotekey
5 0 translate (Si) (#) whitenotekey
5 0 translate whitekey
5 0 translate ( ) (Mi) whitenotekey
5 0 translate (Mi) (#) whitenotekey
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 ( ) (Mi) whitenotekey
5 0 translate (Mi) (#) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate ( ) (Si) whitenotekey
5 0 translate (Si) (#) whitenotekey
-77 0 translate blackkey
10 0 translate blackkey
5 0 translate blackkey
10 0 translate blackkey
5 0 translate blackkey
5 0 translate blackkey
10 0 translate blackkey
5 0 translate blackkey
10 0 translate blackkey
5 0 translate blackkey
5 0 translate blackkey
-66 0 translate
-0 0 moveto
-5.5 -11.5 rlineto
5 0 moveto
-3 -11.5 rlineto
15 0 moveto
-3.5 -10 rlineto
20 0 moveto
-1 -10 rlineto
35 0 moveto
-6 -10.5 rlineto
40 0 moveto
-3.5 -10.5 rlineto
50 0 moveto
-4 -9 rlineto
55 0 moveto
-1.5 -9 rlineto
70 0 moveto
-7 -7.5 rlineto
75 0 moveto
-4.5 -7.5 rlineto
stroke"
\vspace #2
}
}
_"Si"
bis_"Si#" \bar "||"
e_"Mi" eis_"Mi#" \bar "||"
b'_"Si" bis_"Si#" \bar "||"
e_"Mi" eis_"Mi#" \bar "||"
b'_"Si" bis_"Si#"
\bar "|."
}</score>
 
=== Bemol ===
=== Doble Sostenido ===