summaryrefslogtreecommitdiff
path: root/Puer_natus_in_Betlehem/Puer_natus_in_Betlehem.ly
blob: 9462768123b63621b34c4102dcf5359e75ed7774 (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
\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 ChoirStaff <<
    \set Score.skipBars = ##t
    \new Lyrics = "textEinsS" {}
    \new Lyrics = "textZweiS" {}
    \new Lyrics = "textDreiS" {}
    \new Staff = "frauen" <<
      \new Voice = "frauen"    { \pausen }
      \new Voice = "sopran"    { \global \voiceOne \sopranMelodie }
      \new Voice = "alt"       { \global \voiceTwo \altMelodie }
    >>
    \new Lyrics = "textEinsA" {}
    \new Lyrics = "textZweiA" {}
    \new Lyrics = "textDreiA" {}
    \new Lyrics = "textEinsT" {}
    \new Lyrics = "textZweiT" {}
    \new Lyrics = "textDreiT" {}
    \new Staff = "maenner" <<
      \new Voice = "maenner"    { \pausen }
      \new Voice = "tenor"     { \global \clef "bass" \voiceOne \tenorMelodie }
      \new Voice = "bass"      { \global \clef "bass" \voiceTwo \bassMelodie }
    >>
    \new Lyrics = "textEinsB" {}
    \new Lyrics = "textZweiB" {}
    \new Lyrics = "textDreiB" {}
    \context Lyrics = "textEinsS" \lyricsto "sopran" \textI
    \context Lyrics = "textZweiS" \lyricsto "sopran" \textII
    \context Lyrics = "textDreiS" \lyricsto "sopran" \textIII
    \context Lyrics = "textEinsA" \lyricsto "alt" \textI
    \context Lyrics = "textZweiA" \lyricsto "alt" \textII
    \context Lyrics = "textDreiA" \lyricsto "alt" \textIII
    \context Lyrics = "textEinsT" \lyricsto "tenor" \textI
    \context Lyrics = "textZweiT" \lyricsto "tenor" \textII
    \context Lyrics = "textDreiT" \lyricsto "tenor" \textIII
    \context Lyrics = "textEinsB" \lyricsto "bass" \textI
    \context Lyrics = "textZweiB" \lyricsto "bass" \textII
    \context Lyrics = "textDreiB" \lyricsto "bass" \textIII
  >>
  \layout {
    indent = #0
  }
}