summaryrefslogtreecommitdiff
path: root/Verleih_uns_Frieden/Verleih_uns_Frieden.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Verleih_uns_Frieden/Verleih_uns_Frieden.ly')
-rw-r--r--Verleih_uns_Frieden/Verleih_uns_Frieden.ly57
1 files changed, 57 insertions, 0 deletions
diff --git a/Verleih_uns_Frieden/Verleih_uns_Frieden.ly b/Verleih_uns_Frieden/Verleih_uns_Frieden.ly
new file mode 100644
index 0000000..e45f980
--- /dev/null
+++ b/Verleih_uns_Frieden/Verleih_uns_Frieden.ly
@@ -0,0 +1,57 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+\pointAndClickOff
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\book {
+
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+\header {
+ title = "Verleih uns Frieden"
+ subtitle = "Choralkantate"
+ composer = "Felix Mendelssohn Bartholdy (1809-1847)"
+ poet = "Gebet nach Worten von Luther"
+ tagline = ##f
+}
+
+\markup { Verleih uns Frieden: Seite \page-ref #'Verleih "0" "?" }
+
+\score { % Verleih % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'Verleih
+ \new Voice = frauen { \globalVerleih \oneVoice \frauenMelodieVerleih }
+ \new Voice = sopran { \globalVerleih \voiceOne \sopranMelodieVerleih }
+ \new Voice = alt { \globalVerleih \voiceTwo \altMelodieVerleih }
+ >>
+ \new Lyrics \lyricsto frauen { \textFrauenVerleih }
+ \new Lyrics \lyricsto sopran { \textSopranVerleih }
+ \new Staff <<
+ \new Voice = maenner { \clef "bass" \globalVerleih \oneVoice \maennerMelodieVerleih }
+ \new Voice = tenor { \clef "bass" \globalVerleih \voiceOne \tenorMelodieVerleih }
+ \new Voice = bass { \clef "bass" \globalVerleih \voiceTwo \bassMelodieVerleih }
+ >>
+ \new Lyrics \lyricsto maenner { \textMaennerVerleih }
+ \new Lyrics \lyricsto bass { \textBassVerleih }
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "Verleih uns Frieden"
+ subtitle = ##f
+ composer = ##f
+ poet = ##f
+ }
+} % }}}
+
+}
+