summaryrefslogtreecommitdiff
path: root/Du_bist_der_Atem_der_Ewigkeit/Du_bist_der_Atem_der_Ewigkeit.ly
blob: 67e4b9eda66953712a719cc22ae7765fcf992cc5 (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
\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 {
  title = "Du bist der Atem der Ewigkeit"
  tagline = ""
}

\new ChoirStaff <<
  \set Score.skipBars = ##t
  \new Staff <<
    \new Voice = melodie { \global \melodie }
  >>
  \new Lyrics \lyricsto melodie { \textI }
  \new Lyrics \lyricsto melodie { \textII }
  \new Lyrics \lyricsto melodie { \textIII }
  \new Lyrics \lyricsto melodie { \textIV }
  \new Lyrics \lyricsto melodie { \textV }
  \new Lyrics \lyricsto melodie { \textVI }
  \new Lyrics \lyricsto melodie { \textVII }
  \new Lyrics \lyricsto melodie { \textVIII }
>>