Diferencia entre revisiones de «Teoría musical/Introducción a la notación y el solfeo/Aprendiendo el ritmo»

Contenido eliminado Contenido añadido
Yayopoint (discusión | contribs.)
Yayopoint (discusión | contribs.)
Línea 879:
'''Ejercio 3:''' Completa los espacios marcados con ''una solo'' '''silencio''' que ocupe lo que falta para rellenar el compás.
 
<score>\relative c' {
\time 2/4
\set Staff.pedalSustainStyle = #'bracket
c4 d |
e2 |
\hideNotes e4\sustainOn e\sustainOff \unHideNotes |
g4 e |
\hideNotes e8\sustainOn e\sustainOff \unHideNotes f4 |
d \hideNotes d8\sustainOn d\sustainOff \unHideNotes |
d4 b | c2
\bar "|."
}</score>
 
<score>\relative c' {
\time 3/4
\set Staff.pedalSustainStyle = #'bracket
c4 \hideNotes c8\sustainOn c\sustainOff \unHideNotes d4 |
e2 \hideNotes e8\sustainOn e\sustainOff \unHideNotes |
f4 \hideNotes f4\sustainOn f\sustainOff \unHideNotes |
f4 a b |
\hideNotes b4\sustainOn b b\sustainOff \unHideNotes |
d \hideNotes d8\sustainOn d\sustainOff \unHideNotes b4 |
c2.
\bar "|."
}</score>
 
<score>\relative c' {
\set Staff.pedalSustainStyle = #'bracket
g'4 e \hideNotes e8\sustainOn e\sustainOff \unHideNotes a4 |
d c \hideNotes c\sustainOn c\sustainOff \unHideNotes |
e d \hideNotes d8\sustainOn d\sustainOff \unHideNotes b4 |
a2. \hideNotes a8\sustainOn a\sustainOff \unHideNotes |
\hideNotes a4\sustainOn a\sustainOff \unHideNotes b g |
\hideNotes g2\sustainOn g\sustainOff \unHideNotes
\hideNotes g8\sustainOn g\sustainOff \unHideNotes g4 a g|
c1
\bar "|."
}</score>
 
'''Ejercio 4:''' Percutir con las manos.
 
<score>\new DrumStaff {
\override TextScript #'staff-padding = #4
\override Staff.StaffSymbol #'line-count = #1
\once \override Score.RehearsalMark #'extra-offset = #'(0 . 2)
\mark \markup \tiny { \right-align
\column {
\line {"Contar en voz"}
\line {"Alta:"}
}
}
\time 2/4
\override Score.MetronomeMark #'stencil = ##f
\tempo 4 = 60
<<
\repeat unfold 10 {s4^"1" s^"2"}
\new DrumVoice {
\stemUp
\drummode {ssh4 ssh | r ssh | ssh2 | ssh4 r | ssh ssh | R2 | ssh4 r | r ssh | ssh ssh | ssh2}
\bar "|."
}
>>
}</score>
 
<score>\new DrumStaff {
\override TextScript #'staff-padding = #4
\override Staff.StaffSymbol #'line-count = #1
\once \override Score.RehearsalMark #'extra-offset = #'(0 . 2)
\mark \markup \tiny { \right-align
\column {
\line {"Contar en voz"}
\line {"Alta:"}
}
}
\time 2/4
\override Score.MetronomeMark #'stencil = ##f
\tempo 4 = 60
<<
\repeat unfold 10 {s4^"1" s^"2"}
\new DrumVoice {
\stemUp
\drummode {ssh2 | r4 ssh | R2 | ssh4 r | ssh r | r ssh | ssh2 | r4 ssh | r ssh | ssh2}
\bar "|."
}
>>
}</score>
 
<score>\new DrumStaff {
\override TextScript #'staff-padding = #4
\override Staff.StaffSymbol #'line-count = #1
\once \override Score.RehearsalMark #'extra-offset = #'(0 . 2)
\mark \markup \tiny { \right-align
\column {
\line {"Contar en voz"}
\line {"Alta:"}
}
}
\time 2/4
\override Score.MetronomeMark #'stencil = ##f
\tempo 4 = 60
<<
\repeat unfold 10 {s4^"1" s^"2"}
\new DrumVoice {
\stemUp
\drummode {ssh4 r | ssh ssh | r ssh | R2 | r4 ssh | r ssh | ssh ssh | R2 | ssh4 ssh | ssh2}
\bar "|."
}
>>
}</score>
 
<score>\new DrumStaff {
\override TextScript #'staff-padding = #4
\override Staff.StaffSymbol #'line-count = #1
\once \override Score.RehearsalMark #'extra-offset = #'(0 . 2)
\mark \markup \tiny { \right-align
\column {
\line {"Contar en voz"}
\line {"Alta:"}
}
}
\time 3/4
\override Score.MetronomeMark #'stencil = ##f
\tempo 4 = 60
<<
\repeat unfold 10 {s4^"1" s^"2" s^"3"}
\new DrumVoice {
\stemUp
\drummode {ssh4 r ssh4 | ssh2 ssh4 | r2 ssh4 | ssh4 ssh r | R2. | ssh4 ssh ssh | ssh2. | r4 ssh ssh | r2 ssh4 | ssh2. }
\bar "|."
}
>>
}</score>
 
<score>\new DrumStaff {
\override TextScript #'staff-padding = #4
\override Staff.StaffSymbol #'line-count = #1
\once \override Score.RehearsalMark #'extra-offset = #'(0 . 2)
\mark \markup \tiny { \right-align
\column {
\line {"Contar en voz"}
\line {"Alta:"}
}
}
\time 3/4
\override Score.MetronomeMark #'stencil = ##f
\tempo 4 = 60
<<
\repeat unfold 10 {s4^"1" s^"2" s^"3"}
\new DrumVoice {
\stemUp
\drummode {ssh2 r4 | ssh ssh ssh | ssh r r | ssh4 r ssh | ssh2 r4 | r2 ssh4 | ssh2 ssh4 | r4 ssh2 | ssh4 r ssh4 | ssh2. }
\bar "|."
}
>>
}</score>