summaryrefslogtreecommitdiff
path: root/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly
blob: 1162a11046542077cf3ee6e496ebdfea1c5cc03f (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 {
  title = "Bunt sind schon die Wälder"
  tagline = ""
  composer = "Weise: Johann Friedrich Reichardt (1752-1814)"
  arranger = "Satz: Johannes Petzold (*1912)"
  poet = "Worte: Joh. Gaudenz v. Slis-Seewis (1762-1834)"
}
\paper {
  top-margin = 5
}

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Lyrics = textSopranI { }
    \new Lyrics = textSopranII { }
    \new Lyrics = textSopranIII { }
    \new Lyrics = textSopranIV { }
    \new Staff <<
      \new Voice = "frauen"    { \global \pausen }
      \new Voice = "sopran"    { \global \voiceOne \sopranMelodie }
      \new Voice = "alt"       { \global \voiceTwo \altMelodie }
    >>
    \new Lyrics = textI { }
    \new Lyrics = textII { }
    \new Lyrics = textIII { }
    \new Lyrics = textIV { }
    \new Staff <<
      \new Voice = "maenner"    { \global \pausen }
      \new Voice = "tenor"      { \global \clef "bass" \voiceOne \tenorMelodie }
      \new Voice = "bass"       { \global \clef "bass" \voiceTwo \bassMelodie }
    >>
    \new Lyrics = textBassI { }
    \new Lyrics = textBassII { }
    \new Lyrics = textBassIII { }
    \new Lyrics = textBassIV { }
    \context Lyrics = textSopranI \lyricsto "sopran" \textI
    \context Lyrics = textSopranII \lyricsto "sopran" \textII
    \context Lyrics = textSopranIII \lyricsto "sopran" \textIII
    \context Lyrics = textSopranIV \lyricsto "sopran" \textIV
    \context Lyrics = textI \lyricsto "alt" \textI
    \context Lyrics = textII \lyricsto "alt" \textII
    \context Lyrics = textIII \lyricsto "alt" \textIII
    \context Lyrics = textIV \lyricsto "alt" \textIV
    \context Lyrics = textBassI \lyricsto "bass" \textI
    \context Lyrics = textBassII \lyricsto "bass" \textII
    \context Lyrics = textBassIII \lyricsto "bass" \textIII
    \context Lyrics = textBassIV \lyricsto "bass" \textIV
  >>
  \layout {
    indent = #0
  }
}