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

Contenido eliminado Contenido añadido
Yayopoint (discusión | contribs.)
Yayopoint (discusión | contribs.)
Línea 284:
 
=== Bemol ===
 
El [[w:Bemol|bemol]] desciende una nota en un semitono. En el piano podemos ver que para una nota bemol, le corresponderá la tecla negra contigua que esté a la izquierda.
 
<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 {
/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 (Si) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Mi) 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 (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 (Si) (b) blacknotekey
10 0 translate blackkey
5 0 translate (Mi) (b) blacknotekey
10 0 translate blackkey
5 0 translate (La) (b) blacknotekey
5 0 translate blackkey
10 0 translate (Re) (b) blacknotekey
5 0 translate blackkey
10 0 translate (Sol) (b) blacknotekey
5 0 translate blackkey
5 0 translate blackkey
-65.5 0 translate
-0 0 moveto
-6 -14 rlineto
-2.5 5 moveto
-8 -5 8 -5 1.5 -14 curveto
15 0 moveto
-4 -13 rlineto
12.5 5 moveto
7 -2 7 -6 16 -12 curveto
30 0 moveto
-1.5 -8 rlineto
27.5 5 moveto
23 -5 33 -5 35.5 -11 curveto
45 0 moveto
0.25 -9.5 rlineto
42.5 5 moveto
37 -5 50 0 53 -9.5 curveto
60 0 moveto
2 -8 rlineto
57.5 5 moveto
53 -8 68 0 70 -8 curveto
stroke"
\vspace #2
}
}
_"Si"
bes_"Sib" \bar "||"
e_"Mi" ees_"Mib" \bar "||"
a_"La" aes_"Lab" \bar "||"
d_"Re" des_"Reb" \bar "||"
g_"Sol" ges_"Solb"
\bar "|."
}</score>
 
Al ocupar un bemol con un Fa lo descenderemos un semitono. La nota resultante tendrá la misma altura que el Mi natural. En este caso, decimos que el Fa{{música|b}} y el Mi son notas enarmónicas. Lo mismo ocurre con el Do{{música|b}}, es enarmónico con el Si natural.
 
<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 {
/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 (Do) (b) whitenotekey
5 0 translate ( ) (Do) whitenotekey
5 0 translate whitekey
5 0 translate (Fa) (b) whitenotekey
5 0 translate ( ) (Fa) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Do) (b) whitenotekey
5 0 translate ( ) (Do) whitenotekey
5 0 translate whitekey
5 0 translate (Fa) (b) whitenotekey
5 0 translate ( ) (Fa) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Do) (b) whitenotekey
5 0 translate ( ) (Do) 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
2 -12 rlineto
5 0 moveto
-10.5 -12 rlineto
15 0 moveto
4 -10.5 rlineto
20 0 moveto
-8 -10.5 rlineto
35 0 moveto
1 -11.5 rlineto
40 0 moveto
-11.5 -11.5 rlineto
50 0 moveto
3.5 -10 rlineto
55 0 moveto
-9 -10 rlineto
70 0 moveto
0.5 -8 rlineto
75 0 moveto
-12 -8 rlineto
stroke"
\vspace #2
}
}
_"Do"
ces_"Dob" \bar "||"
f_"Fa" fes_"Fab" \bar "||"
c'_"Do" ces_"Dob" \bar "||"
f_"Fa" fes_"Fab" \bar "||"
c'_"Do" ces_"Dob"
\bar "|."
}</score>
 
=== Doble Sostenido ===
=== Doble Bemol ===