summaryrefslogtreecommitdiff
path: root/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly
blob: 77daa9bdb5914fad3065ee87a2ce2c4c098bceee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\pointAndClickOff

\header {
  tagline = ""
}
\paper {
  top-margin = 5
  print-all-headers = ##t
}

\score {
  \header {
    title = "Jauchzet dem Herrn alle Welt"
    composer = "Carl Stein (1824-1902)"
    poet = "Text: Psalm 100"
  }

  \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 }
  >>
}