summaryrefslogtreecommitdiff
path: root/Shalom_aleichem/Shalom_aleichem.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Shalom_aleichem/Shalom_aleichem.ly')
-rwxr-xr-xShalom_aleichem/Shalom_aleichem.ly41
1 files changed, 41 insertions, 0 deletions
diff --git a/Shalom_aleichem/Shalom_aleichem.ly b/Shalom_aleichem/Shalom_aleichem.ly
new file mode 100755
index 0000000..4e893fb
--- /dev/null
+++ b/Shalom_aleichem/Shalom_aleichem.ly
@@ -0,0 +1,41 @@
+\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 = "Shalom aleichem"
+ composer = "Text und Melodie: aus Israel"
+ }
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = "Sopran" { \global \sopranMelodie }
+ >>
+ \new Lyrics \lyricsto "Sopran" { \sopranText }
+ \new Staff <<
+ \new Voice = "Alt" { \global \altMelodie }
+ >>
+ \new Lyrics \lyricsto "Alt" { \altText }
+ \new Staff <<
+ \new Voice = "Maenner" { \clef "bass" \global \maennerMelodie }
+ >>
+ \new Lyrics \lyricsto "Maenner" { \maennerText }
+ >>
+ \layout {
+ indent = #0
+ }
+}