summaryrefslogtreecommitdiff
path: root/Deutsche_Messe/Deutsche_Messe.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Deutsche_Messe/Deutsche_Messe.ly')
-rw-r--r--Deutsche_Messe/Deutsche_Messe.ly54
1 files changed, 54 insertions, 0 deletions
diff --git a/Deutsche_Messe/Deutsche_Messe.ly b/Deutsche_Messe/Deutsche_Messe.ly
new file mode 100644
index 0000000..b7e57f6
--- /dev/null
+++ b/Deutsche_Messe/Deutsche_Messe.ly
@@ -0,0 +1,54 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+\pointAndClickOff
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\book {
+
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+\header {
+ title = "Deutsche Messe"
+ subtitle = "D872"
+ composer = "Franz Schubert (1797-1828)"
+ poet = "Text: Johann Philipp Neumann (1774-1849)"
+ tagline = ##f
+}
+
+\markup { Wohin soll ich mich wenden: Seite \page-ref #'Wohin "0" "?" }
+
+\score { % Wohin % {{{
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'Wohin
+ \new Voice = sopran { \globalWohin \voiceOne \sopranMelodieWohin }
+ \new Voice = alt { \globalWohin \voiceTwo \altMelodieWohin }
+ >>
+ \new Lyrics \lyricsto sopran { \textWohinI }
+ \new Lyrics \lyricsto sopran { \textWohinII }
+ \new Lyrics \lyricsto sopran { \textWohinIII }
+ \new Staff <<
+ \new Voice = tenor { \clef "bass" \globalWohin \voiceOne \tenorMelodieWohin }
+ \new Voice = bass { \clef "bass" \globalWohin \voiceTwo \bassMelodieWohin }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ title = "1. Wohin soll ich mich wenden"
+ subtitle = ##f
+ composer = ##f
+ poet = ##f
+ }
+} % }}}
+
+}
+