summaryrefslogtreecommitdiff
path: root/Wir_wuenschen_dass_jedes_Kind_auf_der_Welt_lachen_kann/Wir_wuenschen_dass_jedes_Kind_auf_der_Welt_lachen_kann.ly
blob: 0cadacd2d538945f71d112132814acc375642720 (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)

%spezifisch%

\version "2.19.80"

\pointAndClickOff

\header {
  tagline = ""
}
\paper {
  top-margin = 5
  print-all-headers = ##t
}

\score {
  \header {
    title = "Wir wünschen, dass jedes Kind auf der Welt lachen kann"
  }
  \new Staff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = instrumentI   { \global \oneVoice \melodieInstrumentI }
      \voltaSpanner
    >>
    \new Staff <<
      \new Voice = oberstimme    { \global \oneVoice \melodieOberstimme }
    >>
    \new Lyrics \lyricsto oberstimme { \textOberstimmeI }
    \new Lyrics \lyricsto oberstimme { \textOberstimmeII }
    \new Lyrics \lyricsto oberstimme { \textOberstimmeIII }
    \new ChoirStaff <<
      \new Staff <<
        \new Voice = frauen        { \global \oneVoice \pausen }
        \new Voice = sopran        { \global \voiceOne \melodieSopran }
        \new Voice = alt           { \global \voiceTwo \melodieAlt }
      >>
      \new Lyrics \lyricsto alt    { \textI }
      \new Lyrics \lyricsto alt    { \textII }
      \new Lyrics \lyricsto alt    { \textIII }
      \new Staff <<
        \new Voice = maenner       { \clef "bass" \global \oneVoice \pausen }
        \new Voice = tenor         { \clef "bass" \global \voiceOne \melodieTenor }
        \new Voice = bass          { \clef "bass" \global \voiceTwo \melodieBass }
      >>
    >>
    \new Staff <<
      \new Voice = instrumentII  { \clef "bass" \global \oneVoice \melodieInstrumentII }
    >>
  >>
  \layout {
    indent = #0
    \context {
      \Staff
      \RemoveEmptyStaves
      \override VerticalAxisGroup #'remove-first = ##t
    }
  }
}