]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Hymns/laudatedom.ly
release: 1.3.60
[lilypond.git] / mutopia / Hymns / laudatedom.ly
1 \header {
2 title = "Laudate Dominum";
3 composer = "Parry";
4 metre = "10 10 . 11 11";
5 }
6
7 \version "1.3.59";
8
9 sop = \notes \transpose c''{
10         f4 | d' bes c' | f2 \bar "||";
11         bes4 | g f ees | d2 \bar "||";
12         f4 | d' c' f | bes2 \bar "||";
13         a4 | c' bes g | f2 \bar "||";
14         f4 | bes bes bes | bes [a8 ~ g8] \bar "||";
15         [a8~bes8] | c'4 bes c' | f2 \bar "||";
16         a4 | d' d' d' | [bes8 ~ a8] g4 \bar "||"; 
17         ees'4 | d' bes c' | bes2 \bar "||";
18 }
19
20 alto = \notes \transpose c'' {
21         f4 | f f g | f2 \bar "||";
22         f4 | bes, d c | bes,2 \bar "||";
23         f4 | bes a f | f ~ g \bar "||"; 
24         f4 | fis g e | f2 \bar "||";
25         c4 | bes, ees f | g ees \bar "||";
26         f4 | g f g | f2 \bar "||";
27         f4 | fis g a | g g \bar "||";
28         g | f4. g8 a4 | bes2 \bar "||";
29 }
30
31 tenor = \notes \transpose c' {
32         f4 | bes d' [c'8 ~ bes] | a2 \bar "||";
33         f4 | g g a | bes2 \bar "||";
34         d'4 | e' f' c' | d' ~ c' \bar "||";
35         c'4 |  ees' d' bes | a2 \bar "||";
36         a4 | bes bes aes | g bes \bar "||";
37         bes | ees' d' [c'8 ~ bes8] | a2 \bar "||";
38         c'4 | c' bes a | [d'8 ~ c'8] bes4 \bar "||";
39         bes4 | bes d' ees' | d'2 \bar "||";
40 }
41
42 bass = \notes \transpose c'{
43         f4 | bes d ees | f2 \bar "||";
44         d4 | ees c f | bes,2 \bar "||";
45         bes4 | g a a, | d ~ e \bar "||";
46         f | a, bes, c | f2 \bar "||";
47         ees4 | d c d | ees ees \bar "||";
48         d | c d ees | f2 \bar "||";
49         ees4| d e fis | g g \bar "||";
50         c4 | f f f | bes,2 \bar "||";
51 }
52
53 global = \notes {
54         \time 3/4;
55         \partial 4;
56         \key bes \major;
57 }
58
59 \score {
60         <
61           \context Staff=top { 
62                 \global \clef "G";
63                 \context Staff <
64                         \notes{\voiceone \sop }
65                         \notes{\voicetwo \alto }
66                         >
67           }
68           \context Staff=bottom { 
69                 \global \clef "F";
70                 \context Staff <
71                       \notes{\voiceone \tenor}
72                       \notes{\voicetwo \bass }
73                 >
74           }
75         >
76 }