Diferencia entre revisiones de «Teoría musical/Introducción a la notación y el solfeo/La llave de fa»

Contenido eliminado Contenido añadido
Yayopoint (discusión | contribs.)
Yayopoint (discusión | contribs.)
Línea 108:
 
== Notas en las líneas en la llave de Fa ==
 
Para aprender a leer en la llave de sol, leeremos por separado las notas en las líneas y luego las notas en los espacios.
 
Las Notas en las líneas en la llave de sol son:
* Primera Línea: Sol
* Segunda Línea: Si
* Tercera Línea: Re
* Cuarta Línea: Fa
* Quinta Línea: La
 
Debes aprender de memoria el orden de esas cinco notas: Sol, Si, Re, Fa y La.
 
Para recordarlo puedes utilizar la siguiente oración como ayuda:
 
<big>'''''Sol'''o '''Si''' '''Re'''cuerda '''Fa'''ntasticos '''La'''berintos''</big>
 
Aquí puedes ver la posición de las notas en el pentagrama y su ubicación en el piano:
 
<score>\relative c' {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 5/1
\override TextScript #'outside-staff-priority = ##f
g,1^\markup {
\column {
\translate #'(67 . 0)
\center-column {"Do Central" \char ##x2193 }
\with-dimensions #'(0 . 85) #'(0 . 15)
\postscript #"/whitekey {
newpath
0 0 moveto
5 0 rlineto 0 15 rlineto
-5 0 rlineto 0 -15 rlineto
closepath
stroke
} def
/whitenotekey {
/Times-Roman findfont
3 scalefont
setfont
newpath
0 0 moveto
5 0 rlineto 0 15 rlineto
-5 0 rlineto 0 -15 rlineto
dup stringwidth pop
2 div
2.5 exch sub
0 moveto
show
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 whitekey
5 0 translate whitekey
5 0 translate (Sol) whitenotekey
5 0 translate whitekey
5 0 translate (Do) whitenotekey
5 0 translate whitekey
5 0 translate (Re) whitenotekey
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 whitekey
5 0 translate whitekey
-77 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
10 0 translate blackkey
5 0 translate blackkey
-55 0 translate
-0 0 moveto
-21.5 -10 rlineto
10 0 moveto
-15 -9 rlineto
20 0 moveto
-8.5 -8 rlineto
30 0 moveto
-1.5 -6.5 rlineto
40 0 moveto
5 -6 rlineto
stroke"
\vspace #2
}
}
_"Sol"
b_"Si"
d_"Re"
f_"Fa"
a_"La"
\bar "|."
}</score>
 
== Notas en los espacios en la llave de Fa ==