Skip to content

Commit ddf5163

Browse files
committed
add Ding Dong Merrily, Riu Riu Chiu, Sussex Carol, Away in a Manger
1 parent 63d1526 commit ddf5163

File tree

5 files changed

+923
-0
lines changed

5 files changed

+923
-0
lines changed

book.tex

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434

3535
\song{Angels We Have Heard}{angels_we_have_heard}
3636

37+
\song{Away in a Manger}{away_in_a_manger}
38+
3739
\song{Boar's Head Carol, The}{boars_head}
3840

3941
\index{Star in the East}
@@ -44,6 +46,8 @@
4446

4547
\song{Deck the Hall}{deck}
4648

49+
\song{Ding Dong Merrily on High}{ding_dong}
50+
4751
\song{First No\"el, The}{first_noel}
4852

4953
\song{Gaudete}{gaudete}
@@ -85,13 +89,18 @@
8589

8690
\song{O Little Town of Bethlehem!Redner}{o_little_town}
8791

92+
\song{Ríu Ríu Chíu}{riu}
93+
8894
\index{While Shepherds Watched their Flocks!Sherburne}
8995
\song{Sherburne}{sherburne}
9096

9197
\song{Silent Night}{silent_night}
9298

9399
\song{Somerset Wassail}{somerset}
94100

101+
\index{On Christmas Night}
102+
\song{Sussex Carol}{sussex}
103+
95104
\index{Here We Come a-Wassailing}
96105
\song{Wassail Song}{wassail_song}
97106

carols/away_in_a_manger.ly

+114
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
\header {
2+
enteredby = "Maia McCormick"
3+
composer = "W.J. Kirkpatrick (1838-1921)"
4+
arranger = "arr. David Wilcocks"
5+
poet = "19th cen. American"
6+
title = "Away in a Manger"
7+
}
8+
9+
\version "2.14.2"
10+
\include "header.ly"
11+
12+
global= {
13+
\preamble
14+
\time 3/4
15+
\key f \major
16+
\set Timing.beamExceptions = #'()
17+
\set Timing.baseMoment = #(ly:make-moment 1/4)
18+
}
19+
20+
sop = \context Voice = "sop" \relative c' {
21+
\voiceOne
22+
\partial 4 c4 |
23+
f f g8( a) | f4 f a8( bes) | c4 c d | bes2 g8( a) |
24+
bes4 bes c | a a f8( a) | g4 d f | e2 c4 |
25+
f f g8( a) | f4 f a8( bes) | c4 c d | bes2 g8( a) |
26+
bes4 bes c | a a f8( a) | g4 d e | f2 \bar "|."
27+
}
28+
29+
alto=\context Voice = "alto" \relative c' {
30+
\voiceTwo
31+
\partial 4 c4 |
32+
c c d8( e) | f4 c f8( g) | a4 a a | g2 d4 |
33+
g8( a) g( f) g4 | f c f | d4. c8 d4 | c2 c4 |
34+
c4. c8 d( e) | f( d) c4 f8( g) | a( bes) a( g) f( e) | d2 d4 |
35+
g8( f) g( e) f( g) | a( g) f( e) d4 | d8( c) d4 c8( bes) | a2 \bar "|."
36+
}
37+
38+
tenor = \context Voice = "tenor" \relative c' {
39+
\voiceOne
40+
\partial 4 c8( bes) |
41+
a4 a bes8( c) | a4 a c | f4. g8 e4 | d( c) bes8( a) |
42+
g4 c g | c c d | b a b | c2 c4 |
43+
c8( bes) a4 bes8( c) | a( bes) c( d) e( d) | c4 f,8( g) a4 | bes8[( c d c)] bes( a) |
44+
g4 c g | c c a | d c8( bes) a( g) | f2 \bar "|."
45+
}
46+
47+
bass = \context Voice = "bass" \relative c' {
48+
\voiceTwo
49+
\partial 4 a8( g) |
50+
f4 f f | f f f | f f f | f2 f4 |
51+
e e e | f e d | g g g | c,2 c'8( bes) |
52+
a( g) f( e) d( c) | f( g) a( bes) c( bes) | a( g) f( e) d( f) | g[( a bes a)] g( f) |
53+
e( d) e( c) d( e) | f( g) a4 d,8( c) | bes4 g c | f,2 \bar "|."
54+
}
55+
56+
stanzaa = \lyricmode {
57+
A -- way in a man -- ger,
58+
no crib for a bed,
59+
The lit -- tle Lord Je -- sus
60+
laid down his sweet head;
61+
The stars in the bright sky looked
62+
down where he lay,
63+
The lit -- tle Lord Je -- sus
64+
a -- sleep on the hay.
65+
}
66+
67+
stanzab = \lyricmode {
68+
The cat -- tle are low -- ing,
69+
the ba -- by a -- wakes,
70+
But lit -- tle Lord Je -- sus
71+
no cry -- ing he makes.
72+
I love thee, Lord Je -- sus!
73+
Look down from the sky,
74+
and stay by my side un -- til
75+
morn -- ing is nigh.
76+
}
77+
78+
stanzac = \lyricmode {
79+
Be near me, Lord Je -- sus;
80+
I ask thee to stay
81+
Close by me for ev -- er,
82+
and love me, I pray.
83+
Bless all the dear child -- ren
84+
in thy ten -- der care,
85+
and fit us for hea -- ven,
86+
to live with thee there.
87+
}
88+
89+
\score {
90+
\context ChoirStaff <<
91+
\unset ChoirStaff.melismaBusyProperties
92+
\context Staff ="upper" { \clef "G" <<
93+
\global
94+
\sop
95+
\alto
96+
>>}
97+
98+
\lyricsto "sop" \context Lyrics = "stanza-1" {
99+
\set stanza = "1."
100+
\stanzaa }
101+
\lyricsto "sop" \context Lyrics = "stanza-2" {
102+
\set stanza = "2."
103+
\stanzab }
104+
\lyricsto "sop" \context Lyrics = "stanza-3" {
105+
\set stanza = "3."
106+
\stanzac }
107+
108+
\context Staff = "lower" { \clef "F"<<
109+
\global
110+
\tenor
111+
\bass
112+
>>}
113+
>>
114+
}

carols/ding_dong.ly

+142
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
\version "2.14.2"
2+
\include "header.ly"
3+
4+
\header {
5+
title = "Ding Dong Merrily on High"
6+
poet = "George Ratcliffe Woodward (1848–1934)"
7+
composer = "16th century French melody"
8+
arranger = "Arranged by Charles Wood (1866–1926)"
9+
tagline = "From 'The Cambridge Carol Book', 1924"
10+
}
11+
12+
global = {
13+
\preamble
14+
\key bes \major
15+
\time 4/4
16+
}
17+
18+
sop = \context Voice = "sop" \relative c'' {
19+
\voiceOne
20+
\repeat unfold 2 {
21+
bes4 bes c8 bes a g |
22+
f2. f4 |
23+
g bes bes a |
24+
bes2 bes
25+
} \break
26+
\repeat volta 2 {
27+
f'4.( ees8 d ees f d |
28+
ees4. d8 c d ees c |
29+
d4. c8 bes c d bes |
30+
c4. bes8 a bes c a |
31+
32+
bes4. a8 g a bes g |
33+
a4.) g8 f4 f |
34+
g bes bes a |
35+
bes2 bes 2
36+
}
37+
}
38+
39+
alto=\context Voice = "alto" \relative c' {
40+
\voiceTwo
41+
\repeat unfold 2 {
42+
f4 f g8 g ees ees |
43+
c2. f4 |
44+
f ees c f |
45+
f2 f |
46+
}
47+
\repeat volta 2 {
48+
r4 f2( bes4 |
49+
bes8 a g f g f ees4) |
50+
r4 f8( ees d4 g |
51+
g8 f ees d ees d c4) |
52+
53+
r4 d8( c bes4 ees |
54+
c8 d ees) d c4 f |
55+
f ees c f |
56+
f2 f
57+
}
58+
}
59+
60+
tenor = \context Voice = "tenor" \relative c' {
61+
\voiceOne
62+
\repeat unfold 2 {
63+
d4 bes g8 g c bes |
64+
a2. bes4 |
65+
bes bes c c |
66+
d2 d |
67+
}
68+
\repeat volta 2 {
69+
d,4\rest c'( d bes |
70+
c bes2 c4) |
71+
d,4\rest a'( bes g |
72+
a g2 a4) |
73+
74+
d,\rest f( g2 |
75+
c4) bes c d |
76+
bes bes c c |
77+
d2 d
78+
}
79+
}
80+
81+
bass = \context Voice = "bass" \relative c {
82+
\voiceTwo
83+
\repeat unfold 2 {
84+
bes4 d ees8 ees c c |
85+
f2. d4 |
86+
ees g f f |
87+
bes,2 bes |
88+
}
89+
\repeat volta 2 {
90+
s4 a'4( bes d, |
91+
c d ees8 d c4) |
92+
s4 f( g bes, |
93+
a bes c8 bes a4) |
94+
95+
s4 d( ees g |
96+
f) g a bes |
97+
ees, g f f |
98+
bes,2 bes
99+
}
100+
}
101+
102+
stanzaa = \lyricmode {
103+
Ding dong! mer -- ri -- ly on high in heav’n the bells are ring -- ing:
104+
Ding dong! Ve -- ri -- ly the sky is riv’n with an -- gel sing -- ing.
105+
\markup\italic Glo -- \markup\italic ri -- \markup\italic a, \markup\italic ho -- \markup\italic san -- \markup\italic na \markup\italic in \markup\italic ex -- \markup\italic cel -- \markup\italic sis!
106+
}
107+
stanzab = \lyricmode {
108+
E’en so here be -- low, be -- low, let stee -- ple bells be swung -- en.
109+
And i -- o, i -- o, i -- o by priest and peo -- ple sung -- en.
110+
}
111+
stanzac = \lyricmode {
112+
Pray ye du -- ti -- ful -- ly prime your ma -- tin chime, ye ring -- ers;
113+
may ye beau -- ti -- ful -- ly rime your eve -- time song, ye sing -- ers.
114+
}
115+
116+
\score {
117+
\context ChoirStaff <<
118+
\unset ChoirStaff.melismaBusyProperties
119+
\context Staff ="upper" { \clef "G" <<
120+
\global
121+
\sop
122+
\alto
123+
>>}
124+
125+
\lyricsto "sop" \context Lyrics = "stanza-1" {
126+
\set stanza = "1."
127+
\stanzaa }
128+
\lyricsto "sop" \context Lyrics = "stanza-2" {
129+
\set stanza = "2."
130+
\stanzab }
131+
\lyricsto "sop" \context Lyrics = "stanza-3" {
132+
\set stanza = "3."
133+
\stanzac }
134+
135+
\context Staff = "lower" { \clef "F"<<
136+
\global
137+
\tenor
138+
\bass
139+
>>}
140+
>>
141+
}
142+

0 commit comments

Comments
 (0)