summaryrefslogtreecommitdiff
path: root/Deutsche_Messe/Deutsche_Messe.ly
blob: b7e57f6d4cf6b7963f0d945efe70b18046139af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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
  }
} % }}}

}