summaryrefslogtreecommitdiff
path: root/Vom_Himmel_hoch_da_komm_ich_her/Vom_Himmel_hoch_da_komm_ich_her.ly
blob: ea23345a6df5c886720931e50f86de0d14c78d09 (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
% \include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

%spezifisch%

\pointAndClickOff

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

\score {
  \header {
    title = "Vom Himmel hoch, da komm ich her"
    composer = "Johann Sebastian Bach (1685-1750)"
  }
  \new ChoirStaff <<
    \new Staff <<
      \new Voice = frauen  { \IglobalIII \oneVoice \IpausenIII }
      \new Voice = sopran  { \IglobalIII \voiceOne \IsopranIII }
      \new Voice = alt     { \IglobalIII \voiceTwo \IaltIII }
    >>
    \new Lyrics \lyricsto sopran { \textI }
    \new Lyrics \lyricsto sopran { \textII }
    \new Lyrics \lyricsto sopran { \textVI }
    \new Staff <<
      \new Voice = maenner { \IglobalIII \oneVoice \IpausenIII }
      \new Voice = tenor   { \IglobalIII \voiceOne \ItenorIII }
      \new Voice = bass    { \IglobalIII \voiceTwo \IbassIII }
    >>
  >>
  \layout {
    indent = #0
  }
}