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.)
Sin resumen de edición
Yayopoint (discusión | contribs.)
Línea 440:
e_"Mi"
g_"Sol"
\bar "|."
}</score>
 
'''Ejercicios:'''
* Lee las siguientes partituras en voz alta, acelera gradualmente la velocidad en la que lees.
* Ubica las notas en el piano y toca cada una de las partituras.
 
<score>\new Staff \with {
instrumentName = \markup \huge {"1"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
a1 e' c g' e c g' a, e' c
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"2"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
c1 g' c, e a, c g' e a, e'
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"3"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
g'1 c, a g' e a, c e c g'
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"4"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
e1 a, g' e c g' a, c g' e
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"5"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
c1 e a, c g' a, e' g c, a
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"6"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
g'1 a, e' g c, e a, c g' e
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"7"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
a1 c g' e g a, c e g c,
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"8"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
e1 c a e' g c, a e' g c,
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"9"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
c1 a c g' c, e g a, e' g
\bar "|."
}</score>
 
<score>\new Staff \with {
instrumentName = \markup \huge {"10"}
} \relative c {
\clef bass
\override Staff.TimeSignature #'stencil = ##f
\time 10/1
g'1 e a, e' g c, a g' e c
\bar "|."
}</score>