summaryrefslogtreecommitdiff
path: root/Stimmt_an/Stimmt_an.ly
blob: c54e1e9d29810381c8466b80c233d0c18731349c (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
\include "deutsch.ly"
include(stimmen.pre)
include(texte.pre)

#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
#(set-default-paper-size "kindle")

\pointAndClickOff

\header {
  tagline = ""
  title = "Stimmt an"
}
\paper {
  top-margin = 5
}

\score {
  <<
    \set Score.skipBars = ##t
    \new Voice = melodieI { \global \melodieI }
    \new Lyrics \lyricsto melodieI { \textMelodieI }
    \new Voice = melodieII { \global \melodieII }
    \new Lyrics \lyricsto melodieII { \textMelodieII }
    \new Voice = melodieIII { \global \melodieIII }
    \new Lyrics \lyricsto melodieIII { \textMelodieIII }
    \new Voice = melodieIV { \global \melodieIV }
    \new Lyrics \lyricsto melodieIV { \textMelodieIV }
    \set Score.skipBars = ##t
    \new Voice = ostinato { \clef "bass" \global \ostinato }
    \new Lyrics \lyricsto ostinato { \textOstinato }
  >>
  \layout {
    indent = #0
  }
}