summaryrefslogtreecommitdiff
path: root/Meine_Kraft_ist_in_den_Schwachen_maechtig_/Meine_Kraft_ist_in_den_Schwachen_maechtig_.ly
blob: 35b0b750e6350329b31b90394c94d99c03cce21c (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\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 Staff <<
    \set Score.skipBars = ##t
    \new Voice = Oberstimme       { \global \oberstimmenMelodie }
    \new ChoirStaff <<
      \new Lyrics = sopranRefrain { }
      \new Staff <<
        \new Voice = frauen       { \global \pausenFrauen }
        \new Voice = sopran       { \global \voiceOne \sopranMelodie }
        \new Voice = alt          { \global \voiceTwo \altMelodie }
      >>
      \new Lyrics \lyricsto sopran { \textI }
      \new Lyrics \lyricsto sopran { \textII }
      \new Lyrics \lyricsto sopran { \textIII }
      \new Lyrics = altRefrain { }
      \new Lyrics = tenorRefrain { }
      \new Staff <<
        \new Voice = maenner      { \global \clef "bass" \pausenMaenner }
        \new Voice = tenor        { \global \clef "bass" \voiceOne \tenorMelodie }
        \new Voice = bass         { \global \clef "bass" \voiceTwo \bassMelodie }
      >>
      \new Lyrics = bassRefrain { }
      \context Lyrics = sopranRefrain \lyricsto sopran \textRefrainFrauen
      \context Lyrics = altRefrain    \lyricsto alt    \textRefrainFrauen
      \context Lyrics = tenorRefrain  \lyricsto tenor  \textRefrainMaenner
      \context Lyrics = bassRefrain   \lyricsto bass   \textRefrainMaenner
    >>
    \new PianoStaff <<
      \new ChordNames \begleitAkkorde
      \new Staff = links <<
        \new Voice = linksnormal  { \global \autoBeamOn \klavierLinksMelodie }
        \new Voice = linksoben    { \global \autoBeamOn \voiceOne \klavierLinksOMelodie }
        \new Voice = linksunten   { \global \autoBeamOn \voiceTwo \klavierLinksUMelodie }
      >>
      \new Staff = rechts <<
        \new Voice = rechtsnormal  { \global \autoBeamOn \klavierRechtsMelodie }
        \new Voice = rechtsoben    { \global \autoBeamOn \voiceOne \klavierRechtsOMelodie }
        \new Voice = rechtsunten   { \global \autoBeamOn \voiceTwo \klavierRechtsUMelodie }
      >>
    >>
  >>
  \layout {
    indent = #0
    \context { \Staff \RemoveEmptyStaves }
  }
}