Some cleanup in main file.
[lilypond-ejercicios.git] / emperador2.ly
blob40d4215f78cb2d9d5647857cb14bd0ff27b13fbf
1 % canción del emperador. Narváez
2 \header { title = "CANCIÓN DEL EMPERADOR"
3 composer= \markup "Luys de Narváez"
4 arranger = \markup {\small "(1530-1550)"}
5 }
6 \version "2.12.0"
8 cantus = \relative c'{
9 <b fis' fis\4 b>1
10 <b b' b\3 >
11 <c e'>
12 <c' e>
13 <b d> \break %5
14 d2 c4 b
15 a2 g
17 r2 <b g'>2
18 <b g'> g' \break %10
19 fis fis4 g
20 e2 e
21 r4 g8_( fis) e d e fis
22 <g, b g'>2 <g b g'> \break
23 fis'8( g) fis g fis e d c
24 b2 e ~
25 e4 e4 dis cis
26 <dis fis,>2 <dis fis,>
30 altus = \relative c'' {
33 g4 a8 b c d c b
34 a,8 b c d e4 a,
35 b8 cis d e fis4 b, % \break %5
36 b4 d a g
37 c4\rest dis e2 ^~
38 e4 dis e dis
39 \stemUp g2 s2
40 s2 \voiceThree b4 cis %10
41 \shiftOff d1
45 tenor = \relative c { \voiceTwo
50 s1 %5
52 fis2 r4 e
53 fis1
54 <e e'>1
55 e2 e'
56 d2 b
57 c2 a8 b c d
58 <e g b>1
59 e2 e
60 <d a'>1
61 <e g>1
62 <b fis'>1
63 b2 b
67 \new Staff \relative c' { \set Staff.instrumentName = "Guitarra"
68 \time 4/4
69 \key g \major
72 \new Voice { \voiceOne \cantus }
73 \new Voice { \voiceFour \altus }
74 \new Voice { \voiceTwo \tenor }