-
Notifications
You must be signed in to change notification settings - Fork 12
/
still_still_still.ly
87 lines (77 loc) · 1.83 KB
/
still_still_still.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
\version "2.12.3"
\include "default.ly"
\header {
title="Still, still, still"
poet="Text und Melodie: Volkslied aus dem Salzburger Land (19. Jh.)"
tagline = ""
}
Melodie=\relative c'' {
\clef "treble"
\key f\major
\time 4/4
c4( f4) a,4( c4) f,4 f8( a8) g4 g8( bes8)
e,4 e8( g8) f4 r8 f8 g4 g8( a8) bes4 g4 \break
a4 a8( bes8) c4 a4 g4 g8( a8) bes4 g4 a4 a8( bes8) c4 a4
c4( f4) a,4( c4) f,4 f8( a8) g4 g8( bes8) e,4 e8( g8) f4 r4 \bar "|."
}
Akkorde= \chordmode {
f2 a:m d:m g:m c f c1 f c f f2 a:m d:m g:m c f2
}
Text=\lyricmode {
\set stanza = "1."
Still, Still, still, weil’s Kind -- lein schla -- fen will.
Ma -- ri -- a tut es nie -- der -- sing -- en,
ih -- re keu -- sche Brust dar -- brin -- gen.
Still, still, still, weil’s Kind -- lein schla -- fen will.
}
\score{
<<
\new ChordNames {\Akkorde}
\new Voice = "Melodie" {
\autoBeamOff
\clef violin
\key f\major
\time 4/4
\Melodie
}
\new Lyrics = Strophe \lyricsto Melodie \Text
>>
%\midi{}
}
\markup {
\hspace #0.1
\column {
\line {
\bold "2."
\column {
"Still, still, still weil’s Kindlein schlafen will."
"Die Englein tun schön jubilieren,"
"bei dem Kripplein musizieren."
"Still, still, still weil’s Kindlein schlafen will."
}
}
\hspace #0.1
\line {
\bold "3."
\column {
"Groß, groß, groß, die Lieb’ ist übergroß."
"Gott hat den Himmelsthron verlassen"
"und muss reisen auf den Straßen."
"Groß, groß, groß, die Lieb’ ist übergroß."
}
}
}
\hspace #0.1
\column {
\line {
\bold "4."
\column {
"Wir, wir, wir, wir rufen all zu Dir."
"Tu uns des Himmels Reich aufschließen,"
"wenn wir einmal sterben müssen."
"Wir, wir, wir, wir rufen all zu Dir."
}
}
}
\hspace #0.1
}