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 540:
 
=== Doble Sostenido ===
 
El [[w:Doble sostenido|doble sostenido]] asciende una nota en un tono. En el piano podemos ver que para una nota doble sostenido, le corresponderá la tecla que esté a la derecha separada por una tecla. Una nota doble sostenida será enarmónica con la nota natural siguiente, por ejemplo: el fa doble sostenido es enarmónica con el sol.
 
<score>\relative c' {
\override Staff.TimeSignature #'stencil = ##f
\time 4/4
a2^\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 ( ) (La) whitenotekey
5 0 translate (La) (x) whitenotekey
5 0 translate whitekey
5 0 translate ( ) (Re) whitenotekey
5 0 translate (Re) (x) whitenotekey
5 0 translate whitekey
5 0 translate ( ) (Sol) whitenotekey
5 0 translate (Sol) (x) whitenotekey
5 0 translate whitekey
5 0 translate ( ) (Do) whitenotekey
5 0 translate (Do) (x) whitenotekey
5 0 translate whitekey
5 0 translate ( ) (Fa) whitenotekey
5 0 translate (Fa) (x) whitenotekey
5 0 translate whitekey
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
-70 0 translate
-0 0 moveto
-1.5 -9 rlineto
5 0 moveto
1 -9 rlineto
15 0 moveto
0.5 -8 rlineto
20 0 moveto
2 -11 rlineto
30 0 moveto
2 -9.5 rlineto
35 0 moveto
5 -9.5 rlineto
45 0 moveto
4.5 -8 rlineto
50 0 moveto
7 -8 rlineto
60 0 moveto
7 -6.5 rlineto
65 0 moveto
9.5 -6.5 rlineto
stroke"
\vspace #2
}
}
_"La"
aisis_\markup {\vcenter "La" \doublesharp } \bar "||"
d_"Re" disis_\markup {\vcenter "Re" \doublesharp } \bar "||"
g_"Sol" gisis_\markup {\vcenter "Sol" \doublesharp } \bar "||"
c_"Do" cisis_\markup {\vcenter "Do" \doublesharp } \bar "||"
f_"Fa" fisis_\markup {\vcenter "Fa" \doublesharp }
\bar "|."
}</score>
 
Al ocupar un sostenido con un Mi lo ascenderemos un tono. La nota resultante tendrá la misma altura que el Fa sostenido. En este caso, decimos que el Mi{{música|##}} y el Fa{{música|#}} son notas enarmónicas. Lo mismo ocurre con el Si{{música|##}}, es enarmónico con el Do{{música|#}}.
 
<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 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 whitekey
5 0 translate (Si) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
-82 0 translate blackkey
10 0 translate (Si) (x) blacknotekey
5 0 translate blackkey
10 0 translate (Mi) (x) blacknotekey
5 0 translate blackkey
5 0 translate blackkey
10 0 translate (Si) (x) blacknotekey
5 0 translate blackkey
10 0 translate (Mi) (x) blacknotekey
5 0 translate blackkey
5 0 translate blackkey
10 0 translate (Si) (x) blacknotekey
-75 0 translate
-0 0 moveto
-6.5 -13.5 rlineto
7 5 moveto
-6 -18.5 rlineto
15 0 moveto
-4 -12 rlineto
22 5 moveto
-3.5 -17 rlineto
35 0 moveto
-7 -10 rlineto
42 5 moveto
-6.5 -15 rlineto
50 0 moveto
-5.5 -8.5 rlineto
57 5 moveto
-4.5 -13.5 rlineto
70 0 moveto
-8 -6.5 rlineto
77 5 moveto
-7.5 -11.5 rlineto
stroke"
\vspace #2
}
}
_"Si"
bisis_\markup {\vcenter "Si" \doublesharp } \bar "||"
e_"Mi" eisis_\markup {\vcenter "Mi" \doublesharp } \bar "||"
b'_"Si" bisis_\markup {\vcenter "Si" \doublesharp } \bar "||"
e_"Mi" eisis_\markup {\vcenter "Mi" \doublesharp } \bar "||"
b'_"Si" bisis_\markup {\vcenter "Si" \doublesharp }
\bar "|."
}</score>
 
=== Doble Bemol ===
== Formas de escritura ==