summaryrefslogtreecommitdiff
path: root/Befiehl_dem_Herren_deine_Wege/Befiehl_dem_Herren_deine_Wege.ly
blob: 253b3f90970d80ec4cfcc9f3492721132c3de07e (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
38
39
40
41
\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 = "Befiehl dem Herren deine Wege"
  tagline = ""
}
\paper {
  top-margin = 5
}

\score {
  <<
    \set Score.skipBars = ##t
    \new ChoirStaff <<
      \new Voice = sopran       { \global \sopranMelodie }
      \new Lyrics \lyricsto sopran { \textSopranI }
      \new Lyrics \lyricsto sopran { \textSopranII }
      \new Voice = alt          { \global \altMelodie }
      \new Lyrics \lyricsto alt    { \textAlt }
      \new Voice = tenor        { \clef "G_8" \global \tenorMelodie }
      \new Lyrics \lyricsto tenor  { \textTenor }
      \new Voice = bass         { \clef "bass" \global \bassMelodie }
      \new Lyrics \lyricsto bass   { \textBass }
    >>
    \new PianoStaff <<
      \new Staff = "links"          { \global \autoBeamOn \klavierLinksMelodie }
      \new Staff = "rechts"         { \clef "bass" \global \autoBeamOn << \klavierMitteMelodie \klavierRechtsMelodie >> }
    >>
  >>
  \layout {
    indent = #0
    \context { \Staff \RemoveEmptyStaves }
  }
}