summaryrefslogtreecommitdiff
path: root/Bewahre_uns_Gott/Bewahre_uns_Gott.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Bewahre_uns_Gott/Bewahre_uns_Gott.ly')
-rwxr-xr-xBewahre_uns_Gott/Bewahre_uns_Gott.ly38
1 files changed, 38 insertions, 0 deletions
diff --git a/Bewahre_uns_Gott/Bewahre_uns_Gott.ly b/Bewahre_uns_Gott/Bewahre_uns_Gott.ly
new file mode 100755
index 0000000..bc268ab
--- /dev/null
+++ b/Bewahre_uns_Gott/Bewahre_uns_Gott.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 = "Bewahre uns, Gott"
+ poet = "Text: Eugen Eckert (1985)"
+ composer = "Melodie: Anders Ruuth (um 1968)"
+ }
+ \new ChoirStaff <<
+ \new ChordNames { \global \germanChords \akkorde }
+ \new Staff <<
+ \new Voice = "Melodie" { \global \melodie }
+ \new Lyrics \lyricsto "Melodie" \textI %STR_1%
+ \new Lyrics \lyricsto "Melodie" \textII %STR_2%
+ \new Lyrics \lyricsto "Melodie" \textIII %STR_3%
+ \new Lyrics \lyricsto "Melodie" \textIV %STR_4%
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}