summaryrefslogtreecommitdiff
path: root/Horch_die_Wellen_tragen/Horch_die_Wellen_tragen.ly
blob: b3eabcc204d0f645cce93e273338b554c19f00f2 (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%

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

\score {
  \header {
    title = "Horch, die Wellen tragen"
    composer = "Dimitrij Bortniansky (1751 - 1825)"
    poet = "Text: Nach einem russischen Vesperchor"
    tagline = ##f
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = sopran  { \global \oneVoice \sopranMelodie }
      { \global \dynamik }
    >>
    \new Lyrics = sopranTextI      {}
    \new Lyrics = sopranTextII     {}
    \new Staff <<
      \new Voice = alt     { \global \oneVoice \altMelodie }
      { \global \dynamik }
    >>
    \new Lyrics = unterstimmenText {}
    \new Staff <<
      \clef "bass"
      \new Voice = maenner { \global \oneVoice \maennerPausen }
      \new Voice = tenor   { \global \voiceOne \tenorMelodie }
      \new Voice = bass    { \global \voiceTwo \bassMelodie }
      { \global \dynamik }
    >>
    \context Lyrics = sopranTextI      \lyricsto sopran { \sopranTextI }
    \context Lyrics = sopranTextII     \lyricsto sopran { \sopranTextII }
    \context Lyrics = unterstimmenText \lyricsto alt    { \unterstimmenText }
  >>
  \layout {
    indent = #0
  }
}