summaryrefslogtreecommitdiff
path: root/Ist_Gott_fuer_mich_so_trete/Ist_Gott_fuer_mich_so_trete.ly
blob: 9968682860733c7bd5af293b871019dfc363a457 (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 }
    %STR_1%  \new Lyrics \lyricsto "Melodie" { \textI }
    %STR_1%  \new Lyrics \lyricsto "Melodie" { \textIb }
    %STR_2%  \new Lyrics \lyricsto "Melodie" { \textII }
    %STR_2%  \new Lyrics \lyricsto "Melodie" { \textIIb }
    %STR_3%  \new Lyrics \lyricsto "Melodie" { \textIII }
    %STR_3%  \new Lyrics \lyricsto "Melodie" { \textIIIb }
    %STR_4%  \new Lyrics \lyricsto "Melodie" { \textIV }
    %STR_4%  \new Lyrics \lyricsto "Melodie" { \textIVb }
    %STR_5%  \new Lyrics \lyricsto "Melodie" { \textV }
    %STR_5%  \new Lyrics \lyricsto "Melodie" { \textVb }
    %STR_6%  \new Lyrics \lyricsto "Melodie" { \textVI }
    %STR_6%  \new Lyrics \lyricsto "Melodie" { \textVIb }
    %STR_7%  \new Lyrics \lyricsto "Melodie" { \textVII }
    %STR_7%  \new Lyrics \lyricsto "Melodie" { \textVIIb }
    %STR_8%  \new Lyrics \lyricsto "Melodie" { \textVIII }
    %STR_8%  \new Lyrics \lyricsto "Melodie" { \textVIIIb }
    %STR_9%  \new Lyrics \lyricsto "Melodie" { \textIX }
    %STR_9%  \new Lyrics \lyricsto "Melodie" { \textIXb }
    %STR_10% \new Lyrics \lyricsto "Melodie" { \textX }
    %STR_10% \new Lyrics \lyricsto "Melodie" { \textXb }
    %STR_11% \new Lyrics \lyricsto "Melodie" { \textXI }
    %STR_11% \new Lyrics \lyricsto "Melodie" { \textXIb }
    %STR_12% \new Lyrics \lyricsto "Melodie" { \textXII }
    %STR_12% \new Lyrics \lyricsto "Melodie" { \textXIIb }
    %STR_13% \new Lyrics \lyricsto "Melodie" { \textXIII }
    %STR_13% \new Lyrics \lyricsto "Melodie" { \textXIIIb }
  >>
  \layout {
    indent = #0
  }
}