summaryrefslogtreecommitdiff
path: root/Nun_bitten_wir_den_Heiligen_Geist/Nun_bitten_wir_den_Heiligen_Geist.ly
blob: ad75554f09add2866246b5b8fe59c2185e27257f (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 }
    >>
    %STR_1% \new Lyrics \lyricsto sopran { \sopranTextI }
    %STR_2% \new Lyrics \lyricsto sopran { \sopranTextII }
    %STR_3% \new Lyrics \lyricsto sopran { \sopranTextIII }
    %STR_4% \new Lyrics \lyricsto sopran { \sopranTextIV }
    \new Staff <<
      \new Voice = alt     { \oneVoice \global \altMelodie }
    >>
    %STR_1% \new Lyrics \lyricsto alt { \altTextI }
    %STR_2% \new Lyrics \lyricsto alt { \altTextII }
    %STR_3% \new Lyrics \lyricsto alt { \altTextIII }
    %STR_4% \new Lyrics \lyricsto alt { \altTextIV }
    \new Staff <<
      \new Voice = maenner  { \oneVoice \clef "bass" \global \maennerMelodie }
    >>
    %STR_1% \new Lyrics \lyricsto maenner { \maennerTextI }
    %STR_2% \new Lyrics \lyricsto maenner { \maennerTextII }
    %STR_3% \new Lyrics \lyricsto maenner { \maennerTextIII }
    %STR_4% \new Lyrics \lyricsto maenner { \maennerTextIV }
  >>
  \layout {
    indent = #0
  }
}