summaryrefslogtreecommitdiff
path: root/Dass_Erde_und_Himmel_dir_bluehen/Dass_Erde_und_Himmel_dir_bluehen.ly
blob: 720a15838ce819b33f180b8149acf945d22a3c04 (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.ly"
\include "texte.ly"

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

\pointAndClickOff

\header {
  title = "Dass Erde und Himmel dir blühen"
  tagline = ""
}
\paper {
  top-margin = 5
}

\score {
  %\set Score.skipBars = ##t
  <<
    \new Voice = "alle" { \global \melodie }
    \new Lyrics = "text" {}
    \context Lyrics = "text" \lyricsto "alle" \text
  >>
  \layout {
    indent = #0
  }
}