summaryrefslogtreecommitdiff
path: root/Jauchzet_dem_Herrn_alle_Welt/Jauchzet_dem_Herrn_alle_Welt.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Jauchzet_dem_Herrn_alle_Welt/Jauchzet_dem_Herrn_alle_Welt.ly')
-rw-r--r--Jauchzet_dem_Herrn_alle_Welt/Jauchzet_dem_Herrn_alle_Welt.ly70
1 files changed, 70 insertions, 0 deletions
diff --git a/Jauchzet_dem_Herrn_alle_Welt/Jauchzet_dem_Herrn_alle_Welt.ly b/Jauchzet_dem_Herrn_alle_Welt/Jauchzet_dem_Herrn_alle_Welt.ly
new file mode 100644
index 0000000..cb4060b
--- /dev/null
+++ b/Jauchzet_dem_Herrn_alle_Welt/Jauchzet_dem_Herrn_alle_Welt.ly
@@ -0,0 +1,70 @@
+\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 = "Jauchzet dem Herrn alle Welt"
+ poet = "Text: Psalm 100"
+ composer = "Felix Mendelssohn Bartholdy (1809-1847)"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = textSopranI { }
+ \new Staff <<
+ \new Voice = sopran { \global \oneVoice \melodieSopran }
+ \new Voice = sopranI { \global \voiceOne \melodieSopranI }
+ \new Voice = sopranII { \global \voiceTwo \melodieSopranII }
+ >>
+ \new Lyrics = textSopran { }
+ \new Staff <<
+ \new Voice = alt { \global \oneVoice \melodieAlt }
+ \new Voice = altI { \global \voiceOne \melodieAltI }
+ \new Voice = altII { \global \voiceTwo \melodieAltII }
+ >>
+ \new Lyrics = textAlt { }
+ \new Lyrics = textTenorI { }
+ \new Staff <<
+ \new Voice = tenor { \global \clef "G_8" \oneVoice \melodieTenor }
+ \new Voice = tenorI { \global \clef "G_8" \voiceOne \melodieTenorI }
+ \new Voice = tenorII { \global \clef "G_8" \voiceTwo \melodieTenorII }
+ >>
+ \new Lyrics = textTenor { }
+ \new Staff <<
+ \new Voice = bass { \global \clef "bass" \oneVoice \melodieBass }
+ \new Voice = bassI { \global \clef "bass" \voiceOne \melodieBassI }
+ \new Voice = bassII { \global \clef "bass" \voiceTwo \melodieBassII }
+ >>
+ \new Lyrics = textBass { }
+
+ \context Lyrics = textSopran \lyricsto sopran { \textSopran }
+ \context Lyrics = textSopran \lyricsto sopranII { \textSopranII }
+ \context Lyrics = textSopranI \lyricsto sopranI { \textSopranI }
+ \context Lyrics = textAlt \lyricsto alt { \textAlt }
+ \context Lyrics = textAlt \lyricsto altII { \textAltII }
+ \context Lyrics = textTenor \lyricsto tenor { \textTenor }
+ \context Lyrics = textTenor \lyricsto tenorII { \textTenorII }
+ \context Lyrics = textTenorI \lyricsto tenorI { \textTenorI }
+ \context Lyrics = textBass \lyricsto bass { \textBass }
+ \context Lyrics = textBass \lyricsto bassII { \textBassII }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+}
+