summaryrefslogtreecommitdiff
path: root/Friede_erfuellet_Stadt_und_Land/Friede_erfuellet_Stadt_und_Land.ly
blob: 0a5a5f2a106816b51d87d8bf68ce3ff8ba9c3716 (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
52
53
54
55
\include "deutsch.ly"
#(ly:set-option 'relative-includes #t)
\include "artikulation.ly"
\include "stimmen.ly"
\include "texte.ly"
#(ly:set-option 'relative-includes #f)

%spezifisch%

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

\pointAndClickOff

\score {
  \header {
    title = "Friede erfüllet Stadt und Land"
    poet = "Dänischer Text: Bernhard Severin Ingemann"
    meter = "Deutsche Textfassung: Johanna van Führen"
    composer = "Musik: Niels la Cour (*1944)"
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = sopran   { \global \voiceOne << \melodieSopran \artikulation >> }
      \new Voice = alt      { \global \voiceTwo \melodieAlt }
    >>
    \new Lyrics \lyricsto sopran { \textDeuI }
    \new Lyrics \lyricsto sopran { \textDeuII }
    \new Lyrics \lyricsto sopran { \textDeuIII }
    \new Lyrics \lyricsto sopran { \textDeuIV }
    \new Lyrics \lyricsto sopran { \textDeuV }
    \new Lyrics \lyricsto sopran { \textDeuVI }
    \new Lyrics \lyricsto sopran { \textDeuVII }
    \new Lyrics \lyricsto sopran { \textDaeI }
    \new Lyrics \lyricsto sopran { \textDaeII }
    \new Lyrics \lyricsto sopran { \textDaeIII }
    \new Lyrics \lyricsto sopran { \textDaeIV }
    \new Lyrics \lyricsto sopran { \textDaeV }
    \new Lyrics \lyricsto sopran { \textDaeVI }
    \new Lyrics \lyricsto sopran { \textDaeVII }
    \new Staff <<
      \new Voice = tenor   { \clef "bass" \global \voiceOne << \melodieTenor \artikulation >> }
      \new Voice = bass    { \clef "bass" \global \voiceTwo \melodieBass }
    >>
  >>
  \layout {
%    indent = #0
  }
}