summaryrefslogtreecommitdiff
path: root/Er_ist_der_Erloeser/Er_ist_der_Erloeser.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Er_ist_der_Erloeser/Er_ist_der_Erloeser.ly')
-rw-r--r--Er_ist_der_Erloeser/Er_ist_der_Erloeser.ly41
1 files changed, 41 insertions, 0 deletions
diff --git a/Er_ist_der_Erloeser/Er_ist_der_Erloeser.ly b/Er_ist_der_Erloeser/Er_ist_der_Erloeser.ly
new file mode 100644
index 0000000..5b01930
--- /dev/null
+++ b/Er_ist_der_Erloeser/Er_ist_der_Erloeser.ly
@@ -0,0 +1,41 @@
+\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")
+
+\pointAndClickOff
+
+\header {
+ title = "Er ist der Erlöser"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = frauen { \global \pausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Lyrics \lyricsto sopran { \textII }
+ \new Lyrics \lyricsto sopran { \textIII }
+ \new Staff <<
+ \new Voice = maenner { \clef "bass" \global \pausen }
+ \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie }
+ \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \textEI }
+ \new Lyrics \lyricsto sopran { \textEII }
+ \new Lyrics \lyricsto sopran { \textEIII }
+ >>
+ \layout {
+ indent = #0
+ }
+}