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

Contenido eliminado Contenido añadido
Yayopoint (discusión | contribs.)
Línea 800:
 
El [[w:Doble bemol|doble bemol]] ({{música|bb}}) desciende una nota en un tono. En el piano podemos ver que para una nota doble bemol, le corresponderá la tecla que esté a la izquierda separada por una tecla. Una nota doble bemol será enarmónica con la nota natural anterior, por ejemplo: el si doble bemol es enarmónica con el la.
 
<score>\relative c' {
\override Staff.TimeSignature #'stencil = ##f
\time 4/4
d2^\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 whitekey
5 0 translate (Re) (bb) whitenotekey
5 0 translate ( ) (Re) whitenotekey
5 0 translate whitekey
5 0 translate (Sol) (bb) whitenotekey
5 0 translate ( ) (Sol) whitenotekey
5 0 translate (Si) (bb) whitenotekey
5 0 translate ( ) (Si) whitenotekey
5 0 translate whitekey
5 0 translate (Mi) (bb) whitenotekey
5 0 translate ( ) (Mi) whitenotekey
5 0 translate whitekey
5 0 translate (La) (bb) whitenotekey
5 0 translate ( ) (La) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
-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
-60 0 translate
0 0 moveto
-4 -10.5 rlineto
5 0 moveto
-16.5 -10.5 rlineto
15 0 moveto
-1.5 -9 rlineto
20 0 moveto
-14 -9 rlineto
25 0 moveto
5 -11 rlineto
30 0 moveto
-7.5 -11 rlineto
40 0 moveto
7 -9.5 rlineto
45 0 moveto
-5.5 -9.5 rlineto
55 0 moveto
9 -8 rlineto
60 0 moveto
-3.5 -8 rlineto
stroke"
\vspace #2
}
}
_"Re"
deses_\markup \vcenter {"Re" \doubleflat} \bar "||"
g_"Sol" geses_\markup \vcenter {"Sol" \doubleflat} \bar "||"
b_"Si" beses_\markup \vcenter {"Si" \doubleflat} \bar "||"
e_"Mi" eeses_\markup \vcenter {"Mi" \doubleflat} \bar "||"
a_"La" aeses_\markup \vcenter {"La" \doubleflat}
\bar "|."
}</score>
 
Al ocupar un doble bemol con un Fa lo descenderemos un tono. La nota resultante tendrá la misma altura que el Mi bemol. En este caso, decimos que el Fa{{música|bb}} y el Mi{{música|b}} son notas enarmónicas. Lo mismo ocurre con el Do{{música|bb}}, es enarmónico con el Si{{música|b}}.