summaryrefslogtreecommitdiff
path: root/Es_lebt_der_Eisbaer_in_Sibirien/Es_lebt_der_Eisbaer_in_Sibirien.ly
blob: 16b2c2b6d7762db8095db3c5483b042f55b1554b (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
\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 = "Es lebt der Eisbär in Sibirien"
}
\paper {
  top-margin = 5
}

\score {
  \new Staff <<
    \set Score.skipBars = ##t
    \new Voice = Melodie    { \global \melodie }
    \new Lyrics \lyricsto Melodie { \textI }
    \new Lyrics \lyricsto Melodie { \textIa }
%    \new Lyrics \lyricsto Melodie { \textII }
%    \new Lyrics \lyricsto Melodie { \textIIa }
%    \new Lyrics \lyricsto Melodie { \textIII }
%    \new Lyrics \lyricsto Melodie { \textIIIa }
%    \new Lyrics \lyricsto Melodie { \textIV }
%    \new Lyrics \lyricsto Melodie { \textIVa }
%    \new Lyrics \lyricsto Melodie { \textV }
%    \new Lyrics \lyricsto Melodie { \textVa }
%    \new Lyrics \lyricsto Melodie { \textVI }
%    \new Lyrics \lyricsto Melodie { \textVIa }
%    \new Lyrics \lyricsto Melodie { \textVII }
%    \new Lyrics \lyricsto Melodie { \textVIIa }
%    \new Lyrics \lyricsto Melodie { \textVIII }
%    \new Lyrics \lyricsto Melodie { \textVIIIa }
%    \new Lyrics \lyricsto Melodie { \textIX }
%    \new Lyrics \lyricsto Melodie { \textIXa }
%    \new Lyrics \lyricsto Melodie { \textX }
%    \new Lyrics \lyricsto Melodie { \textXa }
%    \new Lyrics \lyricsto Melodie { \textXI }
%    \new Lyrics \lyricsto Melodie { \textXIa }
  >>
  \layout {
    indent = #0
  }
}