summaryrefslogtreecommitdiff
path: root/Nun_bitten_wir_den_Heiligen_Geist/Nun_bitten_wir_den_Heiligen_Geist.ly
blob: 0b00745494c5fd6fb61da6e21c4d9d314aff72fb (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
44
45
46
47
48
49
50
51
52
53
54
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\version "2.19.80"

\pointAndClickOff

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

\score {
  \header {
    title = "Nun bitten wir den Heiligen Geist"
    poet = "Text Str. 1: 13. Jhd."
    meter = "Text Str. 2-4: Martin Luther 1524"
    composer = "Melodie: 13. Jhd./Wittenberg 1524"
    arranger = "Satz: Hugo Distler 1932/33"
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = sopran  { \oneVoice \global \sopranMelodie }
    >>
    ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \sopranTextI }')
    ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \sopranTextII }')
    ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \sopranTextIII }')
    ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \sopranTextIV }')
    \new Staff <<
      \new Voice = alt     { \oneVoice \global \altMelodie }
    >>
    ifdef(`STR_1',`\new Lyrics \lyricsto alt { \altTextI }')
    ifdef(`STR_2',`\new Lyrics \lyricsto alt { \altTextII }')
    ifdef(`STR_3',`\new Lyrics \lyricsto alt { \altTextIII }')
    ifdef(`STR_4',`\new Lyrics \lyricsto alt { \altTextIV }')
    \new Staff <<
      \new Voice = maenner  { \oneVoice \clef "bass" \global \maennerMelodie }
    >>
    ifdef(`STR_1',`\new Lyrics \lyricsto maenner { \maennerTextI }')
    ifdef(`STR_2',`\new Lyrics \lyricsto maenner { \maennerTextII }')
    ifdef(`STR_3',`\new Lyrics \lyricsto maenner { \maennerTextIII }')
    ifdef(`STR_4',`\new Lyrics \lyricsto maenner { \maennerTextIV }')
  >>
  \layout {
    indent = #0
  }
}