Diferencia entre revisiones de «Teoría musical/Introducción a la notación y el solfeo/El tono y el semitono»

Contenido eliminado Contenido añadido
Yayopoint (discusión | contribs.)
Yayopoint (discusión | contribs.)
Línea 120:
 
Podemos notar que también hay un semitono entre las teclas Fa{{música|#}} y el Sol. Y también hay un semitono entre las notas La y Si{{música|b}}.
 
<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 {
/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 (La) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Sol) whitenotekey
5 0 translate (La) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate whitekey
5 0 translate (Sol) whitenotekey
5 0 translate (La) whitenotekey
5 0 translate whitekey
5 0 translate whitekey
-77 0 translate (Si) (b) blacknotekey
10 0 translate blackkey
5 0 translate blackkey
10 0 translate (Fa) (#) blacknotekey
5 0 translate blackkey
5 0 translate (Si) (b) blacknotekey
10 0 translate blackkey
5 0 translate blackkey
10 0 translate (Fa) (#) blacknotekey
5 0 translate blackkey
5 0 translate (Si) (b) blacknotekey
-71 0 translate
-0 0 moveto
-.5 -12 rlineto
3 5 moveto
3.5 -17 rlineto
28 5 moveto
-11 -18.5 rlineto
31 0 moveto
-6.5 -13 rlineto
35.5 0 moveto
-1.1 -9 rlineto
38 5 moveto
2.5 -16.5 rlineto
63 5 moveto
-11.5 -14.5 rlineto
66 0 moveto
-7 -9 rlineto
71 0 moveto
-3 -8.5 rlineto
73 5 moveto
2.5 -13 rlineto
stroke"
\vspace #2
}
}
_"La"
bes_"Sib" \bar "||"
fis'_"Fa#" g_"Sol" \bar "||"
a_"La" bes_"Sib" \bar "||"
fis'_"Fa#" g_"Sol" \bar "||"
a_"La" bes_"Sib"
\bar "|."
}</score>
 
== El Tono ==