-
Notifications
You must be signed in to change notification settings - Fork 13
/
we_wish_you_a_merry_christmas.ly
127 lines (114 loc) · 2.77 KB
/
we_wish_you_a_merry_christmas.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
\version "2.12.3"
\include "default.ly"
\header {
title="We Wish You A Merry Christmas"
composer="Text und Melodie: Traditionell aus England"
tagline = ""
}
Melodie=\relative c' {
\partial 4 a'4 d d8 e d cis | % 1
b4 b b | % 2
e e8 fis e d | % 3
cis4 a a | % 4
fis' fis8 g fis e | % 5
d4 b a8 a | % 6
b4 e cis | % 7
d2
a4 | % 7
d d d | % 8
cis2 cis4 | % 9
d4 cis b | % 10
a2 e'4 | % 11
fis e8 e d d | % 12
a'4
fis a,8 a | % 13
b4 e cis | % 14
d2
}
Akkorde= \chordmode {
s4
d2. g2. e2. a d1*4/4 g4 a4 e2 a4 d1*6/4
a1*3/4 d4 a4 e4:7 a2. d1. g2 a4:7 d4
}
Text=\lyricmode {
\set stanza = " 1. "
We wish you a mer -- ry Christ -- mas,
we wish you a mer -- ry Christ -- mas,
we wish you a mer -- ry Christ -- mas and a hap -- py New Year!
Good ti -- dings we bring, to you and your kin.
We wish you a mer -- ry Christ -- mas and a hap -- py New Year!
}
\score{
<<
\new ChordNames {\Akkorde}
\new Voice = "Melodie" {
\autoBeamOff
\clef violin
\key d \major
\time 3/4
\Melodie \bar "|."
}
\new Lyrics = Strophe \lyricsto Melodie \Text
>>
%\midi {\context { \Score tempoWholesPerMinute = #(ly:make-moment 110 4) } }
}
% some settings % vim: sw=2 et
\markup {
\hspace #0.1
\column {
\line {
\bold "2."
\column {
"Now bring us some figgy pudding,"
"Now bring us some figgy pudding,"
"Now bring us some figgy pudding,"
"And bring some out here!"
"Good tidings we bring"
"To you and your kin;"
"We wish you a merry Christmas "
"And a happy New Year!"
}
}
\hspace #0.1
\line {
\bold "3."
\column {
"For we all like figgy pudding"
"For we all like figgy pudding"
"For we all like figgy pudding"
"Please bring it right here!"
"Glad tidings we bring"
"To you and your kin;"
"We wish you a merry Christmas"
"And a happy New Year!"
}
}
}
\hspace #0.1
\column {
\line {
\bold "4."
\column {
"And we won’t go until we get some"
"And we won’t go until we get some"
"And we won’t go until we get some"
"So bring some out here!"
"Glad tidings we bring"
"To you and your kin;"
"We wish you a merry Christmas"
"And a happy New Year!"
}
}
\hspace #0.1
\line {
\bold "5."
\column {
"We wish you a Merry Christmas"
"We wish you a Merry Christmas"
"We wish you a Merry Christmas"
"And a happy New Year."
}
}
}
\hspace #0.1
}