summaryrefslogtreecommitdiff
path: root/Den_Tag_an_dem_wir_feiern_segne_Gott/Den_Tag_an_dem_wir_feiern_segne_Gott.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Den_Tag_an_dem_wir_feiern_segne_Gott/Den_Tag_an_dem_wir_feiern_segne_Gott.ly')
-rw-r--r--Den_Tag_an_dem_wir_feiern_segne_Gott/Den_Tag_an_dem_wir_feiern_segne_Gott.ly46
1 files changed, 46 insertions, 0 deletions
diff --git a/Den_Tag_an_dem_wir_feiern_segne_Gott/Den_Tag_an_dem_wir_feiern_segne_Gott.ly b/Den_Tag_an_dem_wir_feiern_segne_Gott/Den_Tag_an_dem_wir_feiern_segne_Gott.ly
new file mode 100644
index 0000000..4b40b41
--- /dev/null
+++ b/Den_Tag_an_dem_wir_feiern_segne_Gott/Den_Tag_an_dem_wir_feiern_segne_Gott.ly
@@ -0,0 +1,46 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\version "2.19.80"
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Den Tag, an dem wir feiern, segne Gott"
+ composer = "Musik: Ralf Grössler"
+ poet = "Text: Eugen Eckert"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "Frauen" { \global \oneVoice \pausen }
+ \new Voice = "Sopran" \transpose c %TRANSPOSE% { \global \voiceOne \sopranMelodie }
+ \new Voice = "Alt" \transpose c %TRANSPOSE% { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto "Alt" \textI
+ \new Lyrics \lyricsto "Alt" \textII
+ \new Lyrics \lyricsto "Alt" \textIII
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "Maenner" { \global \oneVoice \pausen }
+ \new Voice = "Tenor" \transpose c %TRANSPOSE% { \global \voiceOne \tenorMelodie }
+ \new Voice = "Bass" \transpose c %TRANSPOSE% { \global \voiceTwo \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}