summaryrefslogtreecommitdiff
path: root/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-06 11:14:34 +0200
committerErich Eckner <git@eckner.net>2019-06-06 11:14:34 +0200
commita63b99e5f70ad78a7f549f3de2db1b01b89c3d47 (patch)
tree68ac10c0f22cf3da50d231dc12ffcfe6d7fb1c8a /O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly
parent860dff6790878cc79db49a01c248b8fd8723f349 (diff)
downloadMusik-a63b99e5f70ad78a7f549f3de2db1b01b89c3d47.tar.xz
O_komm_du_Geist_der_Wahrheit neu (aus dem Kopf)
Diffstat (limited to 'O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly')
-rwxr-xr-xO_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly45
1 files changed, 45 insertions, 0 deletions
diff --git a/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly b/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly
new file mode 100755
index 0000000..a6a906e
--- /dev/null
+++ b/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly
@@ -0,0 +1,45 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "O komm, du Geist der Wahrheit"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "sopran" { \global \melodie }
+ %STR_1% \new Lyrics \lyricsto "sopran" \textIa
+ %STR_1% \new Lyrics \lyricsto "sopran" \textIb
+ %STR_2% \new Lyrics \lyricsto "sopran" \textIIa
+ %STR_2% \new Lyrics \lyricsto "sopran" \textIIb
+ %STR_3% \new Lyrics \lyricsto "sopran" \textIIIa
+ %STR_3% \new Lyrics \lyricsto "sopran" \textIIIb
+ %STR_4% \new Lyrics \lyricsto "sopran" \textIVa
+ %STR_4% \new Lyrics \lyricsto "sopran" \textIVb
+ %STR_5% \new Lyrics \lyricsto "sopran" \textVa
+ %STR_5% \new Lyrics \lyricsto "sopran" \textVb
+ %STR_6% \new Lyrics \lyricsto "sopran" \textVIa
+ %STR_6% \new Lyrics \lyricsto "sopran" \textVIb
+ %STR_7% \new Lyrics \lyricsto "sopran" \textVIIa
+ %STR_7% \new Lyrics \lyricsto "sopran" \textVIIb
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}