summaryrefslogtreecommitdiff
path: root/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly
blob: 9b9fc9d9235f92ce7d773f9b97e9e590fa6beb30 (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
33
34
35
36
37
38
39
40
41
42
43
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\pointAndClickOff

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

\score {
  \header {
    title = "O komm, du Geist der Wahrheit"
  }
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = "sopran" { \global \melodie }
      %STR_1% \new Lyrics \lyricsto "sopran" \textIa
      %STR_1% \new Lyrics \lyricsto "sopran" \textIb
      %STR_2% \new Lyrics \lyricsto "sopran" \textIIa
      %STR_2% \new Lyrics \lyricsto "sopran" \textIIb
      %STR_3% \new Lyrics \lyricsto "sopran" \textIIIa
      %STR_3% \new Lyrics \lyricsto "sopran" \textIIIb
      %STR_4% \new Lyrics \lyricsto "sopran" \textIVa
      %STR_4% \new Lyrics \lyricsto "sopran" \textIVb
      %STR_5% \new Lyrics \lyricsto "sopran" \textVa
      %STR_5% \new Lyrics \lyricsto "sopran" \textVb
      %STR_6% \new Lyrics \lyricsto "sopran" \textVIa
      %STR_6% \new Lyrics \lyricsto "sopran" \textVIb
      %STR_7% \new Lyrics \lyricsto "sopran" \textVIIa
      %STR_7% \new Lyrics \lyricsto "sopran" \textVIIb
    >>
  >>
  \layout {
    indent = #0
  }
}