forked from Musikpiraten/public-domain-season-songs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patho_tannenbaum.ly
88 lines (76 loc) · 1.63 KB
/
o_tannenbaum.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
\version "2.12.3"
\include "default.ly"
\header {
title="O Tannenbaum"
composer="Melodie: Volkslied (16. Jh.)"
poet=\markup { \column { "Text: " } \column { "Str. 1 Joachim August Zarnack (1819)""Str. 2 u. 3 Ernst Anschütz (1824)" } }
tagline = ""
}
Melodie=\relative c' {
\autoBeamOn
\partial 4 c
f8. f16 f4. g8
a8. a16 a4. a8
g8 a bes4 e,
g f r8 c'
c a d4. c8
c bes bes4. bes8
bes g c4. bes8
bes a a4. c,8
f8. f16 f4. g8
a8. a16 a4. a8
g8 a bes4 e,
g f
\bar "|."
}
Akkorde= \chordmode {
s4 f1. c2. f1. c1. f1. f2. c2. f2
}
Text=\lyricmode {
\set stanza = #"1."
O Tan -- nen -- baum, o Tan -- nen -- baum,
wie grün sind dei -- ne Blät- ter!
Du grünst nicht nur zur Som -- mer -- zeit,
nein, auch im Win -- ter, wenn es schneit._
Oh Tan -- nen -- baum, oh Tan -- nen- baum,
wie grün sind dei -- ne Blät -- ter!
}
\score{
<<
\new ChordNames {\Akkorde}
\new Voice = "Melodie" {
\autoBeamOff
\clef violin
\key f \major
\time 3/4
\Melodie
}
\new Lyrics = Strophe \lyricsto Melodie \Text
>>
%\midi{}
}
\markup {
\column {
\line {
\bold "2."
\column {
"O Tannenbaum, o Tannenbaum,"
"du kannst mir sehr gefallen!"
"Wie oft hat schon zur Winterszeit"
"ein Baum von dir mich hoch erfreut!"
"O Tannenbaum, o Tannenbaum,"
"du kannst mir sehr gefallen!"
}
\bold "3."
\column {
"O Tannenbaum, o Tannenbaum,"
"dein Kleid will mich was lehren:"
"Die Hoffnung und Beständigkeit"
"gibt Mut und Kraft zu jeder Zeit!"
"O Tannenbaum, o Tannenbaum,"
"dein Kleid will mich was lehren!"
}
}
}
}
% some settings % vim: sw=2 et