summaryrefslogtreecommitdiff
path: root/Gloria_Woodward/Gloria_Woodward.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Gloria_Woodward/Gloria_Woodward.ly')
-rw-r--r--Gloria_Woodward/Gloria_Woodward.ly42
1 files changed, 42 insertions, 0 deletions
diff --git a/Gloria_Woodward/Gloria_Woodward.ly b/Gloria_Woodward/Gloria_Woodward.ly
new file mode 100644
index 0000000..7a14b22
--- /dev/null
+++ b/Gloria_Woodward/Gloria_Woodward.ly
@@ -0,0 +1,42 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ title = "Gloria!"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \pausen
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "textEins" {}
+ \new Lyrics = "textZwei" {}
+ \new Lyrics = "textDrei" {}
+ \new Lyrics = "textVier" {}
+ \new Staff = "maenner" <<
+ \pausen
+ \new Voice = "maenner" { \global \clef "bass" \maennerMelodie }
+ >>
+ \new Lyrics = "textMaenner" {}
+ \context Lyrics = "textEins" \lyricsto "alt" \textI
+ \context Lyrics = "textZwei" \lyricsto "alt" \textII
+ \context Lyrics = "textDrei" \lyricsto "alt" \textIII
+ \context Lyrics = "textVier" \lyricsto "alt" \textIV
+ \context Lyrics = "textMaenner" \lyricsto "maenner" \textMaenner
+ >>
+ \layout {
+ indent = #0
+ }
+}