summaryrefslogtreecommitdiff
path: root/Alles_still_in_sueszer_Ruh/Alles_still_in_sueszer_Ruh.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Alles_still_in_sueszer_Ruh/Alles_still_in_sueszer_Ruh.ly')
-rw-r--r--Alles_still_in_sueszer_Ruh/Alles_still_in_sueszer_Ruh.ly36
1 files changed, 36 insertions, 0 deletions
diff --git a/Alles_still_in_sueszer_Ruh/Alles_still_in_sueszer_Ruh.ly b/Alles_still_in_sueszer_Ruh/Alles_still_in_sueszer_Ruh.ly
new file mode 100644
index 0000000..008b147
--- /dev/null
+++ b/Alles_still_in_sueszer_Ruh/Alles_still_in_sueszer_Ruh.ly
@@ -0,0 +1,36 @@
+\include "deutsch.ly"
+include(stimmen.pre)
+include(texte.pre)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Alles still in süßer Ruh"
+ subtitle = "(Wiegenlied)"
+ poet = "Text: August Heinrich Hoffmann von Fallersleben 1827"
+ composer = "Satz: Georg L. Sothilander 2014"
+ meter = "Melodie: Carl von Winterfeld 1827"
+ 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 }')
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+}