summaryrefslogtreecommitdiff
path: root/Die_Gott_lieben/Die_Gott_lieben.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Die_Gott_lieben/Die_Gott_lieben.ly')
-rw-r--r--Die_Gott_lieben/Die_Gott_lieben.ly50
1 files changed, 50 insertions, 0 deletions
diff --git a/Die_Gott_lieben/Die_Gott_lieben.ly b/Die_Gott_lieben/Die_Gott_lieben.ly
new file mode 100644
index 0000000..e5a9cf6
--- /dev/null
+++ b/Die_Gott_lieben/Die_Gott_lieben.ly
@@ -0,0 +1,50 @@
+\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 {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = "frauen" { \global \pausen }
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "textRefrain" {}
+ \new Staff <<
+ \new Voice = "maenner" { \global \pausen }
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = "textRefrain" \lyricsto "bass" \textRefr
+ >>
+ \layout {
+ indent = #0
+ }
+}
+\score {
+ \new Staff <<
+ \new Voice = "alle" { \global \strMelodie }
+ \new Lyrics = "textI" {}
+ \new Lyrics = "textII" {}
+ \new Lyrics = "textIII" {}
+ \new Lyrics = "textIV" {}
+ \context Lyrics = "textI" \lyricsto "alle" \textStrI
+ \context Lyrics = "textII" \lyricsto "alle" \textStrII
+ \context Lyrics = "textIII" \lyricsto "alle" \textStrIII
+ \context Lyrics = "textIV" \lyricsto "alle" \textStrIV
+ >>
+ \layout {
+ indent = #0
+ }
+}