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

#(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 {
  <<
    \new ChordNames \akkorde
    \new Staff <<
      \melodie
      \context Lyrics = one \lyricsto refrain \refrainText
      \context Lyrics = one \lyricsto verse \textI
      \context Lyrics = two \lyricsto verse \textII
      \context Lyrics = three \lyricsto verse \textIII
    >>
  >>
}