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 223:
 
== Notas en los espacios en la llave de Fa ==
 
Las Notas en los espacios en la llave de fa son:
* Primer espacio: La
* Segundo espacio: Do
* Tercer espacio: Mi
* Cuarto espacio: Sol
 
Debes aprender de memoria el orden de esas cinco notas: La, Do, Mi y Sol.
 
Utiliza la siguiente oración como ayuda:
 
<big>'''''La''' '''Do'''ncella '''Mi'''ra el '''Sol'''''</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
a,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 whitekey
5 0 translate (La) whitenotekey
5 0 translate whitekey
5 0 translate (Do) whitenotekey
5 0 translate whitekey
5 0 translate (Mi) whitenotekey
5 0 translate whitekey
5 0 translate (Sol) whitenotekey
5 0 translate whitekey
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
-50 0 translate
-0 0 moveto
-27 -9.5 rlineto
10 0 moveto
-16 -8.5 rlineto
20 0 moveto
-5.5 -8 rlineto
30 0 moveto
6 -6.5 rlineto
stroke"
\vspace #2
}
}
_"La"
c_"Do"
e_"Mi"
g_"Sol"
\bar "|."
}</score>
 
== Notas en líneas y espacios en la llave de Fa ==