summaryrefslogtreecommitdiff
path: root/Nun_komm_der_Heiden_Heiland/Nun_komm_der_Heiden_Heiland.ly
blob: 78b9ba59e4a14ff644e233b9026357f88807f707 (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
63
64
65
66
67
68
69
70
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

\pointAndClickOff

#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "kindle")

\paper {
  top-margin = 5
  print-all-headers = ##t
}
\header {
  title = "Nun komm, der Heiden Heiland"
  composer = "J.S.Bach"
  tagline = ##f
}

\score {
  \header {
    title = "1. Ouverture"
    composer = ##f
  }

  \new ChoirStaff <<
    \addQuote "sopranCueI" { \sopranCueI }
    \addQuote "altCueI"    { \altCueI }
    \set Score.skipBars = ##t
    \new Staff <<
      \new Voice = frauen  { \globalI \oneVoice \frauenPausenI }
      \new Voice = sopran  { \globalI \voiceOne \sopranMelodieI }
      \new Voice = alt     { \globalI \voiceTwo \altMelodieI }
    >>
    \new Lyrics \lyricsto sopran { \textI }
    \addQuote "bassCueI"   { \tenorCueI }
    \addQuote "tenorCueI"  { \bassCueI }
    \new Staff <<
      \new Voice = maenner { \globalI \oneVoice \maennerPausenI }
      \new Voice = tenor   { \globalI \clef "bass" \voiceOne \tenorMelodieI }
      \new Voice = bass    { \globalI \clef "bass" \voiceTwo \bassMelodieI }
    >>
    \new Lyrics \lyricsto bass { \textI }
  >>
  \layout {
    indent = #0
  }
}

\score {
  \header {
    title = "6. Choral"
    composer = ##f
  }

  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Voice = sopran  { \globalVI \sopranMelodieVI }
    \new Lyrics \lyricsto sopran { \sopranTextVI }
    \new Voice = alt     { \globalVI \altMelodieVI }
    \new Lyrics \lyricsto alt { \altTextVI }
    \new Voice = tenor   { \globalVI \clef "G_8" \tenorMelodieVI }
    \new Lyrics \lyricsto tenor { \tenorTextVI }
    \new Voice = bass    { \globalVI \clef "bass" \bassMelodieVI }
    \new Lyrics \lyricsto bass { \bassTextVI }
  >>
  \layout {
    indent = #0
  }
}