summaryrefslogtreecommitdiff
path: root/Ich_traue_auf_dich/Ich_traue_auf_dich.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Ich_traue_auf_dich/Ich_traue_auf_dich.ly')
-rwxr-xr-xIch_traue_auf_dich/Ich_traue_auf_dich.ly43
1 files changed, 43 insertions, 0 deletions
diff --git a/Ich_traue_auf_dich/Ich_traue_auf_dich.ly b/Ich_traue_auf_dich/Ich_traue_auf_dich.ly
new file mode 100755
index 0000000..c8e5f09
--- /dev/null
+++ b/Ich_traue_auf_dich/Ich_traue_auf_dich.ly
@@ -0,0 +1,43 @@
+\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 = "Selig seid ihr"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "Frauen" { \oneVoice \global \pausenFrauen }
+ \new Voice = "Sopran" { \voiceOne \global \sopranMelodie }
+ \new Voice = "Alt" { \voiceTwo \global \altMelodie }
+ \new Lyrics \lyricsto "Sopran" { \textI }
+ \new Lyrics \lyricsto "Sopran" { \textIa }
+ \new Lyrics \lyricsto "Sopran" { \textII }
+ \new Lyrics \lyricsto "Sopran" { \textIIa }
+ >>
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "Maenner" { \oneVoice \global \pausenMaenner }
+ \new Voice = "Tenor" { \voiceOne \global \tenorMelodie }
+ \new Voice = "Bass" { \voiceTwo \global \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}