summaryrefslogtreecommitdiff
path: root/Guten_Abend_gut_Nacht/Guten_Abend_gut_Nacht.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Guten_Abend_gut_Nacht/Guten_Abend_gut_Nacht.ly')
-rw-r--r--Guten_Abend_gut_Nacht/Guten_Abend_gut_Nacht.ly34
1 files changed, 34 insertions, 0 deletions
diff --git a/Guten_Abend_gut_Nacht/Guten_Abend_gut_Nacht.ly b/Guten_Abend_gut_Nacht/Guten_Abend_gut_Nacht.ly
new file mode 100644
index 0000000..e5ae34a
--- /dev/null
+++ b/Guten_Abend_gut_Nacht/Guten_Abend_gut_Nacht.ly
@@ -0,0 +1,34 @@
+\include "deutsch.ly"
+include(stimmen.pre)
+include(texte.pre)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Guten Abend, gut' Nacht"
+ subtitle = "(Wiegenlied)"
+ poet = "Text: Strophe 1 aus 'Des Knaben WUnderhorn' 1808, Strophe 2 nach Georg Scherer 1849"
+ arranger = "Satz: Georg L. Sothilander 2014"
+ meter = "Melodie: Johannes Brahms 1868"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = erste { \global \voiceOne \melodieI }
+ \new Voice = zweite { \global \voiceTwo \melodieII }
+ >>
+ ifdef(`STR_1',`\new Lyrics \lyricsto erste { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto erste { \textII }')
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+}