summaryrefslogtreecommitdiff
path: root/Ueber_dir_wach_ein_Engel/Ueber_dir_wach_ein_Engel.ly
blob: e3b48402e308a3fd91f40c92b5acdb1f67a99aea (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
\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 = ""
  title = "Über dir wach ein Engel"
}
\paper {
  top-margin = 5
}

\score {
  <<
    \set Score.skipBars = ##t
    \new ChoirStaff <<
      \new Staff <<
        \new Voice = sopran        { \global \voiceOne \sopranMelodie }
        \new Voice = alt           { \global \voiceTwo \altMelodie }
      >>
      \new Lyrics \lyricsto alt    { \text }
      \new Staff <<
        \new Voice = tenor         { \clef "bass" \voiceOne \global \tenorMelodie }
        \new Voice = bass          { \clef "bass" \voiceTwo \global \bassMelodie }
      >>
    >>
  >>
  \layout {
    indent = #0
    \context { \Staff \RemoveEmptyStaves }
  }
}