summaryrefslogtreecommitdiff
path: root/Lobe_den_Herrn_meine_Seele/Lobe_den_Herrn_meine_Seele.ly
blob: 1a8598c7db57216f8663e6b6f89c462a5f0c52f6 (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
\include "deutsch.ly"
\include "stimmen.ly"
\include "texte.ly"

#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "kindle")

\pointAndClickOff

\header {
  tagline = ""
}
\paper {
  top-margin = 5
}

\score {
  <<
    \set Score.skipBars = ##t
    \new ChordNames \harmonien
    \new Staff
    { \new Voice = refrain { \global \refrainMelodie }
      \new Voice = strophe { \strophenMelodie }
    }
    \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}
  >>
  \layout {
    indent = #0
  }
}