summaryrefslogtreecommitdiff
path: root/Schlafe_mein_Prinzchen_schlaf_ein/Schlafe_mein_Prinzchen_schlaf_ein.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Schlafe_mein_Prinzchen_schlaf_ein/Schlafe_mein_Prinzchen_schlaf_ein.ly')
-rw-r--r--Schlafe_mein_Prinzchen_schlaf_ein/Schlafe_mein_Prinzchen_schlaf_ein.ly36
1 files changed, 36 insertions, 0 deletions
diff --git a/Schlafe_mein_Prinzchen_schlaf_ein/Schlafe_mein_Prinzchen_schlaf_ein.ly b/Schlafe_mein_Prinzchen_schlaf_ein/Schlafe_mein_Prinzchen_schlaf_ein.ly
new file mode 100644
index 0000000..2a22aaf
--- /dev/null
+++ b/Schlafe_mein_Prinzchen_schlaf_ein/Schlafe_mein_Prinzchen_schlaf_ein.ly
@@ -0,0 +1,36 @@
+\include "deutsch.ly"
+include(stimmen.pre)
+include(texte.pre)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Schlafe mein Prinzchen schlaf ein"
+ subtitle = "(Wiegenlied)"
+ poet = "Text: Friedrich Wilhelm Gotter"
+ meter = "Melodie: Johann Friedrich Anton Fleischmann"
+ 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 }')
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+}