summaryrefslogtreecommitdiff
path: root/Schalom/Schalom.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Schalom/Schalom.ly')
-rw-r--r--Schalom/Schalom.ly63
1 files changed, 63 insertions, 0 deletions
diff --git a/Schalom/Schalom.ly b/Schalom/Schalom.ly
new file mode 100644
index 0000000..8f35e24
--- /dev/null
+++ b/Schalom/Schalom.ly
@@ -0,0 +1,63 @@
+\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 = "Schalom"
+ composer = "Musik: Reinhard Horn"
+ arranger = "Satz: Thomas Hoffmann"
+ subtitle = ##f
+ poet = "Text: Christa Peikert-Flaspöhler"
+ }
+ <<
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "textI" {}
+ \new Lyrics = "textII" {}
+ \new Lyrics = "textIII" {}
+ \new Staff <<
+ \new Voice = maenner { \clef "bass" \global \oneVoice \pausen }
+ \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie }
+ \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = "textI" \lyricsto sopran { \textI }
+ \context Lyrics = "textII" \lyricsto sopran { \textII }
+ \context Lyrics = "textIII" \lyricsto sopran { \textIII }
+ >>
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = bfrauen { \global \oneVoice \pausen }
+ \new Voice = bSopran { \global \voiceOne \begleitSopranMelodie }
+ \new Voice = bAlt { \global \voiceTwo \begleitAltMelodie }
+ >>
+ \new Staff <<
+ \new Voice = bMaenner { \clef "bass" \global \oneVoice \pausen }
+ \new Voice = bTenor { \clef "bass" \global \voiceOne \begleitTenorMelodie }
+ \new Voice = bBass { \clef "bass" \global \voiceTwo \begleitBassMelodie }
+ >>
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}