summaryrefslogtreecommitdiff
path: root/Schlaf_Kindlein_schlaf/Schlaf_Kindlein_schlaf.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Schlaf_Kindlein_schlaf/Schlaf_Kindlein_schlaf.ly')
-rw-r--r--Schlaf_Kindlein_schlaf/Schlaf_Kindlein_schlaf.ly38
1 files changed, 38 insertions, 0 deletions
diff --git a/Schlaf_Kindlein_schlaf/Schlaf_Kindlein_schlaf.ly b/Schlaf_Kindlein_schlaf/Schlaf_Kindlein_schlaf.ly
new file mode 100644
index 0000000..0acd197
--- /dev/null
+++ b/Schlaf_Kindlein_schlaf/Schlaf_Kindlein_schlaf.ly
@@ -0,0 +1,38 @@
+\include "deutsch.ly"
+include(stimmen.pre)
+include(texte.pre)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Schlaf, Kindlein, schlaf"
+ poet = "Text aus 'Des Knaben Wunderhorn' (Band III) 1808"
+ meter = "Melodie: Johann Friedrich Reichardt 1781"
+ arranger = "Satz: Georg L. Sothilander 2014"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = pausen { \global \oneVoice \pausen }
+ \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 }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto erste { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto erste { \textIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto erste { \textV }')
+ ifdef(`STR_6',`\new Lyrics \lyricsto erste { \textVI }')
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+}