summaryrefslogtreecommitdiff
path: root/Atme_in_uns,_Heiliger_Geist/Atme_in_uns,_Heiliger_Geist.ly
blob: 46a40dc5508bc76191b5b7c3a76e342ac167449a (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
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "kindle")

\pointAndClickOff

\header {
  tagline = ""
  title = "Atme in uns, heiliger Geist"
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = "Sopran" \melodieSopran
      \new Lyrics \lyricsto "Sopran" \textRefrain
    >>
    \new Staff <<
      {
        \new Voice = refrain { \global \melodieAltRefrain }
        \new Voice = vers    { \melodieAltVers }
      }
      \new Lyrics \lyricsto refrain \textRefrain
      \new Lyrics \lyricsto vers    \textI
      \new Lyrics \lyricsto vers    \textII
      \new Lyrics \lyricsto vers    \textIII
    >>
    \new Staff <<
      \new Voice = "pMaenner" { \global \clef "bass" \pausen }
      \new Voice = "Tenor"    { \global \clef "bass" \voiceOne \melodieTenor }
      \new Voice = "Bass"     { \global \clef "bass" \voiceTwo \melodieBass }
    >>
  >>
}