summaryrefslogtreecommitdiff
path: root/Du_meine_Seele_singe/Du_meine_Seele_singe.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Du_meine_Seele_singe/Du_meine_Seele_singe.ly')
-rw-r--r--Du_meine_Seele_singe/Du_meine_Seele_singe.ly43
1 files changed, 43 insertions, 0 deletions
diff --git a/Du_meine_Seele_singe/Du_meine_Seele_singe.ly b/Du_meine_Seele_singe/Du_meine_Seele_singe.ly
new file mode 100644
index 0000000..d775841
--- /dev/null
+++ b/Du_meine_Seele_singe/Du_meine_Seele_singe.ly
@@ -0,0 +1,43 @@
+\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 {
+ <<
+ \set Score.skipBars = ##t
+ \new PianoStaff <<
+ \new Voice = links { \global \autoBeamOn \klavierLinksMelodie }
+ \new Voice = rechts { \clef "bass" \global \autoBeamOn \klavierRechtsMelodie }
+ >>
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = frauen { \global \pausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Lyrics \lyricsto sopran { \textIa }
+ \new Lyrics \lyricsto sopran { \textII }
+ \new Lyrics \lyricsto sopran { \textIIa }
+ \new Staff <<
+ \new Voice = maenner { \clef "bass" \global \pausen }
+ \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie }
+ \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie }
+ >>
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+}