-
Notifications
You must be signed in to change notification settings - Fork 13
/
alle_jahre_wieder.ly
91 lines (72 loc) · 1.71 KB
/
alle_jahre_wieder.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
\include "deutsch.ly"
\version "2.12.3"
\include "default.ly"
\header{
title = "Alle Jahre wieder"
poet = "Text: Wilhelm Hey (1789–1854)"
composer = "Musik: Friedrich Silcher (1789–1860)"
tagline = ""
}
AlleJahreWiederXaGlobal = {
\key d \major
\autoBeamOff
}
AlleJahreWiederXaAkkorde = \chords {
\set chordChanges = ##t
d4. d8 d4 a:7 d2 a2:7 d4 d8 d8 a4:7 d4 a1
d4 d g d g1 d4 d8 d a4 a d1
}
AlleJahreWiederXaTextStropheEins = \lyricmode { \set stanza = #"1. "
Al- le Jah- re wie- der
kommt das Chris- tus- kind
auf die Er- de nie- der,
wo wir Men- schen sind.
}
AlleJahreWiederXaMelodie = \relative c'' { \AlleJahreWiederXaGlobal
a4. h8 a4 g | fis2 e | d4 e8[ fis] g4 fis | e2. r4 | fis4 a h a | d2 cis4( h) | a g8[ fis] g4 a | fis2. r4 \bar "|."
}
AlleJahreWiederXa = \score {<<
\new ChordNames { \AlleJahreWiederXaAkkorde }
\new Voice = "melodie" {\AlleJahreWiederXaMelodie}
\new Lyrics \lyricsto "melodie" {\AlleJahreWiederXaTextStropheEins}
>>
%\midi{}
}
\score{\AlleJahreWiederXa} %################
\markup {
\hspace #0.1
\column {
\line {
\bold "2."
\column {
"Kehrt mit seinem Segen"
"ein in jedes Haus,"
"geht auf allen Wegen"
"mit uns ein und aus."
}
}
\hspace #0.1
\line {
\bold "3."
\column {
"Sagt den Menschen allen,"
"dass ein Vater ist,"
"dem sie wohlgefallen,"
"der sie nicht vergisst."
}
}
}
\hspace #0.1
\column {
\line {
\bold "4."
\column {
"Steht auch mir zur Seite"
"still und unerkannt,"
"dass es treu mich leite"
"an der lieben Hand."
}
}
}
\hspace #0.1
}