summaryrefslogtreecommitdiff
path: root/Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly')
-rw-r--r--Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly37
1 files changed, 37 insertions, 0 deletions
diff --git a/Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly b/Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly
new file mode 100644
index 0000000..660b616
--- /dev/null
+++ b/Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly
@@ -0,0 +1,37 @@
+\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 = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "textEins" {}
+ \new Lyrics = "textZwei" {}
+ \new Lyrics = "textDrei" {}
+ \new Staff = "maenner" <<
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = "textEins" \lyricsto "bass" \textI
+ \context Lyrics = "textZwei" \lyricsto "bass" \textII
+ \context Lyrics = "textDrei" \lyricsto "bass" \textIII
+ >>
+ \layout {
+ indent = #0
+ }
+}