summaryrefslogtreecommitdiff
path: root/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly')
-rw-r--r--Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly56
1 files changed, 56 insertions, 0 deletions
diff --git a/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly b/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly
new file mode 100644
index 0000000..c79a6dd
--- /dev/null
+++ b/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly
@@ -0,0 +1,56 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = textSopranI { }
+ \new Lyrics = textSopranII { }
+ \new Lyrics = textSopranIII { }
+ \new Lyrics = textSopranIV { }
+ \new Staff <<
+ \new Voice = "frauen" { \global \pausen }
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Lyrics = textIII { }
+ \new Lyrics = textIV { }
+ \new Staff <<
+ \new Voice = "maenner" { \global \pausen }
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = textBassI { }
+ \new Lyrics = textBassII { }
+ \new Lyrics = textBassIII { }
+ \new Lyrics = textBassIV { }
+ \context Lyrics = textSopranI \lyricsto "sopran" \textI
+ \context Lyrics = textSopranII \lyricsto "sopran" \textII
+ \context Lyrics = textSopranIII \lyricsto "sopran" \textIII
+ \context Lyrics = textSopranIV \lyricsto "sopran" \textIV
+ \context Lyrics = textI \lyricsto "alt" \textI
+ \context Lyrics = textII \lyricsto "alt" \textII
+ \context Lyrics = textIII \lyricsto "alt" \textIII
+ \context Lyrics = textIV \lyricsto "alt" \textIV
+ \context Lyrics = textBassI \lyricsto "bass" \textI
+ \context Lyrics = textBassII \lyricsto "bass" \textII
+ \context Lyrics = textBassIII \lyricsto "bass" \textIII
+ \context Lyrics = textBassIV \lyricsto "bass" \textIV
+ >>
+ \layout {
+ indent = #0
+ }
+}