summaryrefslogtreecommitdiff
path: root/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly')
-rwxr-xr-xKomm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly38
1 files changed, 38 insertions, 0 deletions
diff --git a/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly b/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly
new file mode 100755
index 0000000..58f8c7c
--- /dev/null
+++ b/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly
@@ -0,0 +1,38 @@
+\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 = "Komm, Gott Schöpfer, Heiliger Geist"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "sopran" { \global \melodie }
+ %STR_1% \new Lyrics \lyricsto "sopran" \textI
+ %STR_2% \new Lyrics \lyricsto "sopran" \textII
+ %STR_3% \new Lyrics \lyricsto "sopran" \textIII
+ %STR_4% \new Lyrics \lyricsto "sopran" \textIV
+ %STR_5% \new Lyrics \lyricsto "sopran" \textV
+ %STR_6% \new Lyrics \lyricsto "sopran" \textVI
+ %STR_7% \new Lyrics \lyricsto "sopran" \textVII
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}