summaryrefslogtreecommitdiff
path: root/Lasst_uns_nicht_lieben/Lasst_uns_nicht_lieben.ly
blob: 3c67f6ad282b952545f26e97c1ea57b7c888d6a7 (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
\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 = ""
  title = "Lasst uns nicht lieben mit Worten"
  composer = "Every Zabel, 2012"
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new ChordNames { \global \germanChords \akkorde }
    \new Staff <<
      \new Voice = melodie   { \global \melodie }
    >>
    \new Lyrics \lyricsto melodie { \text }
  >>
  \layout {
%    indent = #0
  }
}