summaryrefslogtreecommitdiff
path: root/Den_Tag_an_dem_wir_feiern_segne_Gott/Den_Tag_an_dem_wir_feiern_segne_Gott.ly
blob: 8af2431926013e78054d2a658260e62e868de19f (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
49
50
51
\include "deutsch.ly"
include(artikulation.pre)
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\version "2.19.80"

\pointAndClickOff

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

\score {
  \header {
    title = "Den Tag, an dem wir feiern, segne Gott"
    composer = "Musik: Ralf Grössler"
    poet = "Text: Eugen Eckert"
  }
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = "Frauen"  { \global \oneVoice \pausen }
      \new Voice = "Sopran" <<
        \dynamicUp \dynamik
        \transpose c transponiert { \global \voiceOne \sopranMelodie }
      >>
      \new Voice = "Alt" \transpose c transponiert { \global \voiceTwo \altMelodie }
    >>
    ifdef(`STR_1',`\new Lyrics \lyricsto "Alt"    \textI')
    ifdef(`STR_2',`\new Lyrics \lyricsto "Alt"    \textII')
    ifdef(`STR_3',`\new Lyrics \lyricsto "Alt"    \textIII')
    \new Staff <<
      \clef "bass"
      \new Voice = "Maenner" { \global \oneVoice \pausen }
      \new Voice = "Tenor" \transpose c transponiert { \global \voiceOne \tenorMelodie }
      \new Voice = "Bass" <<
        \dynamik
        \transpose c transponiert { \global \voiceTwo \bassMelodie }
      >>
    >>
  >>
  \layout {
    indent = #0
  }
}