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

%spezifisch%

\pointAndClickOff

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

\score {
  \header {
    title = "Ist Gott für mich, so trete"
    poet = "Text: Paul Gerhardt (1656)"
    composer = "Melodie: Melchior Teschner (1613)"
  }
  \new Staff <<
    \new Voice = "Melodie" { \global \melodie }
    ifdef(`STR_1',`\new Lyrics \lyricsto "Melodie" { \textI }')
    ifdef(`STR_1',`\new Lyrics \lyricsto "Melodie" { \textIb }')
    ifdef(`STR_2',`\new Lyrics \lyricsto "Melodie" { \textII }')
    ifdef(`STR_2',`\new Lyrics \lyricsto "Melodie" { \textIIb }')
    ifdef(`STR_3',`\new Lyrics \lyricsto "Melodie" { \textIII }')
    ifdef(`STR_3',`\new Lyrics \lyricsto "Melodie" { \textIIIb }')
    ifdef(`STR_4',`\new Lyrics \lyricsto "Melodie" { \textIV }')
    ifdef(`STR_4',`\new Lyrics \lyricsto "Melodie" { \textIVb }')
    ifdef(`STR_5',`\new Lyrics \lyricsto "Melodie" { \textV }')
    ifdef(`STR_5',`\new Lyrics \lyricsto "Melodie" { \textVb }')
    ifdef(`STR_6',`\new Lyrics \lyricsto "Melodie" { \textVI }')
    ifdef(`STR_6',`\new Lyrics \lyricsto "Melodie" { \textVIb }')
    ifdef(`STR_7',`\new Lyrics \lyricsto "Melodie" { \textVII }')
    ifdef(`STR_7',`\new Lyrics \lyricsto "Melodie" { \textVIIb }')
    ifdef(`STR_8',`\new Lyrics \lyricsto "Melodie" { \textVIII }')
    ifdef(`STR_8',`\new Lyrics \lyricsto "Melodie" { \textVIIIb }')
    ifdef(`STR_9',`\new Lyrics \lyricsto "Melodie" { \textIX }')
    ifdef(`STR_9',`\new Lyrics \lyricsto "Melodie" { \textIXb }')
    ifdef(`STR_10',`\new Lyrics \lyricsto "Melodie" { \textX }')
    ifdef(`STR_10',`\new Lyrics \lyricsto "Melodie" { \textXb }')
    ifdef(`STR_11',`\new Lyrics \lyricsto "Melodie" { \textXI }')
    ifdef(`STR_11',`\new Lyrics \lyricsto "Melodie" { \textXIb }')
    ifdef(`STR_12',`\new Lyrics \lyricsto "Melodie" { \textXII }')
    ifdef(`STR_12',`\new Lyrics \lyricsto "Melodie" { \textXIIb }')
    ifdef(`STR_13',`\new Lyrics \lyricsto "Melodie" { \textXIII }')
    ifdef(`STR_13',`\new Lyrics \lyricsto "Melodie" { \textXIIIb }')
  >>
  \layout {
    indent = #0
  }
}