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

%spezifisch%

\version "2.19.83"

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

\score {
  \header {
    title = "Lobe den Herrn, meine Seele"
    poet = "Text: Psalm 103, 1-5"
    composer = "Musik: Eduard August Grell (1800-1886)"
    arranger = "Bearbeitung: Klaus Heizmann"
  }
  <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = oberstimme { \global \oneVoice \oberstimmeMelodie }
    >>
    \new Lyrics = sopranText { }
    \new Staff <<
      \new Voice = frauen  { \global \oneVoice \frauenPausen }
      \new Voice = sopran  { \global \voiceOne \sopranMelodie }
      \new Voice = alt     { \global \voiceTwo \altMelodie }
    >>
    \new Lyrics = altText { }
    \new Lyrics = tenorText { }
    \new Staff <<
      \clef "bass"
      \new Voice = maenner { \global \oneVoice \maennerPausen }
      \new Voice = tenor   { \global \voiceOne \tenorMelodie }
      \new Voice = bass    { \global \voiceTwo \bassMelodie }
    >>
    \new Lyrics = bassText { }
    \context Lyrics = sopranText \lyricsto sopran \sopranText
    \context Lyrics = altText    \lyricsto alt    \altText
    \context Lyrics = tenorText  \lyricsto tenor  \tenorText
    \context Lyrics = bassText   \lyricsto bass   \bassText
  >>
  \layout {
    indent = #0
  }
}