summaryrefslogtreecommitdiff
path: root/Halleluja/Halleluja.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Halleluja/Halleluja.ly')
-rwxr-xr-xHalleluja/Halleluja.ly44
1 files changed, 44 insertions, 0 deletions
diff --git a/Halleluja/Halleluja.ly b/Halleluja/Halleluja.ly
new file mode 100755
index 0000000..a328b52
--- /dev/null
+++ b/Halleluja/Halleluja.ly
@@ -0,0 +1,44 @@
+\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 = "Halleluja"
+ composer = "Johann Michael Haydn"
+ }
+ \new ChoirStaff <<
+ \new Lyrics = "sopranText" {}
+ \new Staff <<
+ \new Voice = "Frauen" { \oneVoice \global \frauenPausen }
+ \new Voice = "Sopran" { \voiceOne \global \sopranMelodie }
+ \new Voice = "Alt" { \voiceTwo \global \altMelodie }
+ >>
+ \new Lyrics = "altText" {}
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "Maenner" { \global \maennerMelodie }
+ >>
+ \new Lyrics = "maennerText" {}
+ \context Lyrics = "sopranText" \lyricsto "Sopran" { \sopranText }
+ \context Lyrics = "altText" \lyricsto "Alt" { \altText }
+ \context Lyrics = "maennerText" \lyricsto "Maenner" { \maennerText }
+ >>
+ \layout {
+ indent = #0
+ }
+}