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

%spezifisch%

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

\header {
  tagline = ##f
}
\pointAndClickOff

\score {
  \header {
    title = "Du bist's, dem Ruhm und Ehre gebühret"
    composer = "Joseph Haydn (1732-1809)"
  }
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = "Sopran"  \transpose c transponiert { \global \oneVoice \sopranMelodie }
    >>
    \new Lyrics \lyricsto "Sopran" \sopranText
    \new Staff <<
      \new Voice = "Alt"     \transpose c transponiert { \global \oneVoice \altMelodie }
    >>
    \new Lyrics \lyricsto "Alt" \altText
    \new Staff <<
      \clef "G_8"
      \new Voice = "Tenor"   \transpose c transponiert { \global \oneVoice \tenorMelodie }
    >>
    \new Lyrics \lyricsto "Tenor" \tenorText
    \new Staff <<
      \clef "bass"
      \new Voice = "Bass"    \transpose c transponiert { \global \oneVoice \bassMelodie }
    >>
    \new Lyrics \lyricsto "Bass" \bassText
  >>
  \layout {
    indent = #0
  }
}