forked from Musikpiraten/public-domain-season-songs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
es_ist_ein_ros_entsprungen-einstimmig.ly
126 lines (108 loc) · 1.95 KB
/
es_ist_ein_ros_entsprungen-einstimmig.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
\version "2.12.3"
\include "default.ly"
\header {
title = "Es ist ein Ros’ entsprungen"
composer = "Melodie: Volkstümlich"
poet = "Text: M. Praetorius / F. Layriz"
tagline = ##f
}
global = {
\key f \major
\time 4/4
}
melody = \relative c'' {
\global
\partial 2
c2
c4 c d c
c2 a
bes a4 g~
g f2 e4
f2 c'
c4 c d c
c2 a
bes a4 g~
g f2 e4
f2 r4 a
g4 e f d
c2 r4 c'
c c d c
c2 a
bes a4 g~
g f2 e4
f2\fermata
\bar "|."
}
chordNames = \chordmode {
\set chordChanges = ##t
\global
\germanChords
f2~
f2 bes4 f
c2 d:m
bes2 f4 c
bes2 c4:sus4 c
f1
f2 bes4 f
c2 d:m
bes f4 c
bes2 c4:sus4 c
f1
g4:m a:m f g
c1
c4 f bes f
c2 d:m
g2:m f4 g:m
bes2 c4:sus4 c
f2
}
verseOne = \lyricmode {
\set stanza = "1. "
Es ist ein Ros’ ent -- sprun -- gen
aus ei -- ner Wur -- zel zart,
wie uns die Al -- ten sun -- gen,
von Jes -- se kam die Art
und hat ein Blüm -- lein bracht
mit -- ten im kal -- ten Win -- ter,
wohl zu der hal -- ben Nacht.
}
\score {
<<
\new ChordNames \chordNames
\new Staff { \melody }
\addlyrics { \verseOne }
>>
\layout { }
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 100 4)
}
}
}
\markup {
\fill-line {
\column {
\hspace #0.1
\line {
\bold "2."
\column {
"Das Röslein, das ich meine, davon Jesaia sagt,"
"hat uns gebracht alleine Marie die reine Magd."
"Aus Gottes ew’gem Rat"
"hat sie ein Kind geboren wohl zu der halben Nacht."
}
}
\hspace #0.1
\line {
\bold "3."
\column {
"Das Blümelein so kleine, das duftet uns so süß,"
"mit seinem hellen Scheine vertreibt’s die Finsternis:"
"Wahr’ Mensch und wahrer Gott,"
"hilft uns aus allem Leide, rettet von Sünd und Tod."
}
}
}
}
}