summaryrefslogtreecommitdiff
path: root/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly
blob: c6ab90deb70f1e438820710f26448d8662f3d3d6 (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 }
      ifdef(`STR_1',`\new Lyrics \lyricsto "sopran" \textIa')
      ifdef(`STR_1',`\new Lyrics \lyricsto "sopran" \textIb')
      ifdef(`STR_2',`\new Lyrics \lyricsto "sopran" \textIIa')
      ifdef(`STR_2',`\new Lyrics \lyricsto "sopran" \textIIb')
      ifdef(`STR_3',`\new Lyrics \lyricsto "sopran" \textIIIa')
      ifdef(`STR_3',`\new Lyrics \lyricsto "sopran" \textIIIb')
      ifdef(`STR_4',`\new Lyrics \lyricsto "sopran" \textIVa')
      ifdef(`STR_4',`\new Lyrics \lyricsto "sopran" \textIVb')
      ifdef(`STR_5',`\new Lyrics \lyricsto "sopran" \textVa')
      ifdef(`STR_5',`\new Lyrics \lyricsto "sopran" \textVb')
      ifdef(`STR_6',`\new Lyrics \lyricsto "sopran" \textVIa')
      ifdef(`STR_6',`\new Lyrics \lyricsto "sopran" \textVIb')
      ifdef(`STR_7',`\new Lyrics \lyricsto "sopran" \textVIIa')
      ifdef(`STR_7',`\new Lyrics \lyricsto "sopran" \textVIIb')
    >>
  >>
  \layout {
    indent = #0
  }
}