summaryrefslogtreecommitdiff
path: root/Muede_bin_ich_geh_zur_Ruh/Muede_bin_ich_geh_zur_Ruh.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Muede_bin_ich_geh_zur_Ruh/Muede_bin_ich_geh_zur_Ruh.ly')
-rw-r--r--Muede_bin_ich_geh_zur_Ruh/Muede_bin_ich_geh_zur_Ruh.ly46
1 files changed, 46 insertions, 0 deletions
diff --git a/Muede_bin_ich_geh_zur_Ruh/Muede_bin_ich_geh_zur_Ruh.ly b/Muede_bin_ich_geh_zur_Ruh/Muede_bin_ich_geh_zur_Ruh.ly
new file mode 100644
index 0000000..da8c5c1
--- /dev/null
+++ b/Muede_bin_ich_geh_zur_Ruh/Muede_bin_ich_geh_zur_Ruh.ly
@@ -0,0 +1,46 @@
+\include "deutsch.ly"
+include(stimmen.pre)
+include(texte.pre)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Müde bin ich, geh zur Ruh"
+ poet = "Text: Luise Hensel 1817"
+ arranger = "Satz: Georg L. Sothilander 2014"
+ composer = "EG 484"
+ meter = "Melodie: Kaiserswerth 1842"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = erste { \global \melodieI }
+ >>
+ 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 }')
+ \new Staff <<
+ \new Voice = zweite { \global \melodieII }
+ >>
+ ifdef(`STR_1',`\new Lyrics \lyricsto zweite { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto zweite { \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 }
+ }
+}