summaryrefslogtreecommitdiff
path: root/Gott_der_seine_Kinder_liebt/Gott_der_seine_Kinder_liebt.ly
blob: 87e4954675c036af0e34baf0848bfbc551cb6b7e (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
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\pointAndClickOff

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

\score {
  \header {
    title = "Gott, der seine Kinder liebt"
    subtitle = "Gud som haver barner kär"
    poet = "Altes schwedisches Gebet für Kinder, gedruckt 1780"
    composer = "Musik: Sven-David Sanström (*1942)"
    meter = "Deutsche Textfassung: Walter Mirbeth"
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = "sopran"    { \global \voiceOne \sopranMelodie }
      \new Voice = "alt"       { \global \voiceTwo \altMelodie }
    >>
    \new Lyrics = "textFrDe" {}
    \new Lyrics = "textFrSe" {}
    \new Staff = "maenner" <<
      \clef "bass"
      \new Voice = "tenor"     { \global \voiceOne \tenorMelodie }
      \new Voice = "bass"      { \global \voiceTwo \bassMelodie }
    >>
    \new Lyrics = "textMaDe" {}
    \new Lyrics = "textMaSe" {}
    \context Lyrics = "textFrDe" \lyricsto "sopran" \textDe
    \context Lyrics = "textFrSe" \lyricsto "sopran" \textSe
    \context Lyrics = "textMaDe" \lyricsto "bass" \textDe
    \context Lyrics = "textMaSe" \lyricsto "bass" \textSe
  >>
  \layout {
    indent = #0
  }
}