-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathjingle_bells.ly
139 lines (129 loc) · 3.85 KB
/
jingle_bells.ly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
\version "2.12.3"
\include "default.ly"
\header {
title="Jingle Bells"
subtitle = "Or the one horse open sleigh"
composer="Text und Melodie: James Lord Pierpont (1850)"
% poet="Text: James Lord Pierpont (1850)"
tagline = ""
}
Melodie=\relative c' {
d8 b' a g | % 1
d4. d16 d | % 2
d8 b' a g | % 3
e2 | % 4
e8 c' b a | % 5
fis2 | % 6
d'8 d c a | % 7
b2 | % 8
d,8 b' a g | % 9
d2 | % 10
d8 b' a g | % 11
e4. e8 | % 12
e c' b a | % 13
d d d d | % 14
e d c a | % 15
g4 r | % 16
b8 b b4 | % 17
b8 b b4 | % 18
b8 d g,8. a16 | % 19
b2 | % 20
c8 c c8. c16 | % 21
c8 b b b16 b | % 22
b8 a a b | % 23
a4( d) | % 24
b8 b b4 | % 25
b8 b b4 | % 26
b8 d g,8. a16 | % 27
b2 | % 28
c8 c c8. c16 | % 29
c8 b b b16 b | % 30
d8 d c a | % 31
g2
}
Akkorde= \chordmode {
\set chordChanges = ##t
g8 g g g g4. g16 g g8 g g g c2 %sleigh
a8:m a:m a:m a:m d2:7 d8:7 d:7 d:7 d:7 g2 %way
g8 g g g g2 g8 g g g c4. %bright
e8:7/b a8:m a:m a:m a:m g g g g a:m a:m d:7 d:7 g4 s %night
g8 g g4 g8 g g4 g8 g c8. c16 g2 %way
a8:m a:m d8.:7 d16:7 g8 g e:m e16:m e:m a8:7 a:7 a:7 a:7 a4:m7 d:7 %sleigh
g8 g g4 g8 g g4 g8 g c8. c16 g2 %way
c8 c c8. c16 g8 g g g16 g a8:m a:m d:7 d:7 g2 %sleigh
}
Text=\lyricmode {
\set stanza = " 1. "
Dash -- ing through the snow, in a one horse op -- en sleigh,
o’er the fields we go, laugh -- ing all the way;
Bells on bob -- tail ring, mak -- ing spir -- its bright.
What fun it is to laugh and sing a sleigh -- ing song to -- night.
Jin -- gle bells, jin -- gle bells, Jin -- gle all the way;
oh what fun it is to ride in a one horse op -- en sleigh.
Jin -- gle bells, jin -- gle bells, Jin -- gle all the way,
oh what fun it is to ride in a one horse op -- en sleigh.
}
\score{
<<
\new ChordNames {\Akkorde}
\new Voice = "Melodie" {
\autoBeamOff
\clef treble
\key g \major
\time 2/4
\Melodie \bar "|."
}
\new Lyrics = Strophe \lyricsto Melodie \Text
>>
% \midi{}
}
\markup {
\hspace #0.1
\column {
\line { \bold "2."
\column {
"A day or two ago I thought I’d take a ride,"
"And soon Miss Fannie Bright was seated by my side."
"The horse was lean and lank, misfortune seemed his lot,"
"He got into a drifted bank and we got upsot."
\line {
\char ##x1D106
\bold "Refrain"
\char ##x1D107
}
}
}
\hspace #0.1
\line { \bold "3."
\column {
"A day or two ago, The story I must tell"
"I went out on the snow, And on my back I fell;"
"A gent was riding by In a one-horse open sleigh,"
"He laughed as there I sprawling lie, But quickly drove away."
\line {
\char ##x1D106
\bold "Refrain"
\char ##x1D107
}
}
}
\hspace #0.1
\column {
\line { \bold "4."
\column {
"Now the ground is white, go it while you’re young,"
"Take the girls tonight and sing this sleighing song."
"Just get a bobtailed bay, two-forty for his speed,"
"Then hitch him to an open sleigh, and crack! You’ll take the lead."
\line {
\char ##x1D106
\bold "Refrain"
\char ##x1D107
}
}
}
}
}
\hspace #0.1
}
% some settings % vim: sw=2 et