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_.ly24
1 files changed, 24 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..176e228
--- /dev/null
+++ b/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly
@@ -0,0 +1,24 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Jauchzet dem Herrn alle Welt"
+
+ composer = "Carl Stein (1824-1902)"
+ poet = "Text: Psalm 100"
+ tagline = ""
+}
+
+\new StaffGroup = choirStaff <<
+ \new Voice = sopran { \global \sopranMelodie }
+ \new Lyrics \lyricsto sopran { \textSopran }
+ \new Voice = alt { \global \altMelodie }
+ \new Lyrics \lyricsto alt { \textAlt }
+ \new Voice = bass { \global \clef "bass" \bassMelodie }
+ \new Lyrics \lyricsto bass { \textBass }
+>>