summaryrefslogtreecommitdiff
path: root/Lobe_den_Herrn_meine_Seele/Lobe_den_Herrn_meine_Seele.ly
blob: 2f0589d6ad091a963383ea496e44787974f706e0 (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
\include "deutsch.ly"
#(ly:set-option 'relative-includes #t)
\include "stimmen.ly"
\include "texte.ly"
#(ly:set-option 'relative-includes #f)

%spezifisch%

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

\score {
  \header {
    title = "Lobe den Herrn, meine Seele"
    poet = "Text: nach Psalm 103, Norbert Kissel"
    composer = "Melodie: Norbert Kissel"
    arranger = "Satz: Gerhardt Ziegler"
  }
  <<
    \set Score.skipBars = ##t
    \new ChordNames \harmonien
    \new Staff <<
      {
        \new Voice = refrain { \global \voiceOne \refrainMelodie }
        \new Voice = strophe { \global \voiceOne \strophenMelodie }
      }
      \new Voice = alt { \global \voiceTwo \melodieAlt }
    >>
    \new Lyrics \lyricsto refrain { \textRefrain }
    \new Lyrics \lyricsto strophe { \textI}
    \new Lyrics \lyricsto strophe { \textII}
    \new Lyrics \lyricsto strophe { \textIII}
    \new Lyrics \lyricsto strophe { \textIV}
    \new Staff <<
      \new Voice = tenor  { \global \clef "bass" \voiceOne \melodieTenor }
      \new Voice = bass   { \global \clef "bass" \voiceTwo \melodieBass }
    >>
  >>
  \layout {
    indent = #0
  }
}