summaryrefslogtreecommitdiff
path: root/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly')
-rw-r--r--Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly39
1 files changed, 39 insertions, 0 deletions
diff --git a/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly b/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly
new file mode 100644
index 0000000..08166e5
--- /dev/null
+++ b/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly
@@ -0,0 +1,39 @@
+\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 Staff
+ <<
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "textEins" {}
+ \new Lyrics = "textZwei" {}
+ \new Lyrics = "textDrei" {}
+ \new Lyrics = "textVier" {}
+ \new Staff = "maenner" <<
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = "textEins" \lyricsto "bass" \textI
+ \context Lyrics = "textZwei" \lyricsto "bass" \textII
+ \context Lyrics = "textDrei" \lyricsto "bass" \textIII
+ \context Lyrics = "textVier" \lyricsto "bass" \textIV
+ >>
+ \layout {
+ indent = #0
+ }
+}