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

%spezifisch%

\pointAndClickOff

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

\score {
  \header {
    title = "Nun danket alle Gott"
    poet = "Worte: Martin Rinckart (1586-1649)"
    composer = "Weise: Joh. Crüger 1647"
    arranger = "J.S.Bach (1685-1750)"
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = frauen  \transpose c transponiert { \global \oneVoice \pausen }
      \new Voice = sopran  \transpose c transponiert { \global \voiceOne \sopranMelodie }
      \new Voice = alt     \transpose c transponiert { \global \voiceTwo \altMelodie }
    >>
    \new Lyrics \lyricsto sopran { \textI }
    \new Lyrics \lyricsto sopran { \textII }
    \new Lyrics \lyricsto sopran { \textIII }
    \new Staff <<
      \clef "bass"
      \new Voice = maenner \transpose c transponiert { \global \oneVoice \pausen }
      \new Voice = tenor   \transpose c transponiert { \global \voiceOne \tenorMelodie }
      \new Voice = bass    \transpose c transponiert { \global \voiceTwo \bassMelodie }
    >>
  >>
  \layout {
    indent = #0
  }
}