-
Notifications
You must be signed in to change notification settings - Fork 13
/
o_du_froehliche.ly
80 lines (68 loc) · 1.61 KB
/
o_du_froehliche.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
\version "2.12.3"
\include "default.ly"
\header {
title="O du fröhliche"
composer="Melodie: Sizilien (vor 1788)"
poet=\markup { \column { "Text: " } \column { "Str. 1 Johannes Daniel Falk (1816)""Str. 2 u. 3 Heinrich Holzschuher (1829)" } }
tagline = ""
}
Melodie=\relative c' {
\clef "treble"
\time 4/4
\key d\major
a'2 b | a4. g8 fis4( g) |
a2 b | a4. g8 fis4( g) |
a2 a | b cis4 d |
cis2 b | a1 |
e4.( fis8) e4 fis | g4.( a8) g2 |
fis4.( g8) fis4 g | a4.( b8) a2 |
d4( cis) b( a) | d b a g |
fis2 e | d1 \bar "|."
}
Akkorde= \chordmode {
\germanChords
d2 g d1 d2 g d1 d2 a g a4 d a2 e a1
a a:7 d1*2 b1:m g2 a d a d1
}
Text=\lyricmode {
\set stanza = "1."
O du fröh -- li -- che, o du se -- li -- ge,
gna -- den -- brin -- gen -- de Weih -- nachts -- zeit!
Welt ging ver -- lo -- ren, Christ ist ge -- bo -- ren:
Freu -- e, freu -- e dich, oh Chri -- sten -- heit!
}
\score{
<<
\new ChordNames {\Akkorde}
\new Voice = "Melodie" {
\autoBeamOff
\clef violin
\key d\major
\time 4/4
\Melodie
}
\new Lyrics = Strophe \lyricsto Melodie \Text
>>
%\midi{}
}
\markup {
\column {
\line {
\bold "2."
\column {
"O du fröhliche, o du selige,"
"gnadenbringende Weihnachtszeit!"
"Christ ist erschienen, uns zu versühnen:"
"Freue, freue dich, o Christenheit!"
}
\bold "3."
\column {
"O du fröhliche, o du selige,"
"gnadenbringende Weihnachtszeit!"
"Himmlische Heere jauchzen dir Ehre:"
"Freue, freue dich, o Christenheit!"
}
}
}
}
% some settings % vim: sw=2 et