Improve TOC and LPE section headings.
[lilypond-ejercicios.git] / partitura8.ly
blob49b6703ae54f977571f326c4177a310a1c3b2342
1 %partitura8
3 % #(set-global-staff-size 17)
5 musica = \relative c'' { \time 2/4
6 g4 g e2
7 g4 g e2
8 g4 g e e
9 g4 g e e
11 e4 e c2
12 e4 e c2
13 e4 e c c
14 e4 e c2 \bar "|."
17 letra = \lyricmode { Des -- per -- tad a mi voz,
18 me re -- pi -- ten las cam -- pa -- nas.
19 Din din don.
20 Din din don.
21 ¡La ma -- ña -- na ya lle -- gó!
24 \header { title = "DESPERTAD" }
26 \score { << \new Staff { \set Staff.instrumentName="Voz" \musica }
27 \addlyrics { \letra }
28 \new RhythmicStaff \with { \consists "Clef_engraver" }
30 { \set Staff.instrumentName="Pulso" \clef percussion
31 \improvisationOn \stemDown
32 \repeat unfold 32 { c4 } }