summaryrefslogtreecommitdiff
path: root/Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly')
-rw-r--r--Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly42
1 files changed, 42 insertions, 0 deletions
diff --git a/Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly b/Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly
new file mode 100644
index 0000000..0050985
--- /dev/null
+++ b/Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly
@@ -0,0 +1,42 @@
+\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 {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ <<
+ \new Voice = pFrauen { \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 Lyrics \lyricsto sopran { \textIII }
+ \new Lyrics \lyricsto sopran { \textIIIa }
+ \new Staff <<
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics \lyricsto bass { \textBassI }
+ \new Lyrics \lyricsto bass { \textBassII }
+ \new Lyrics \lyricsto bass { \textBassIII }
+ >>
+ \layout {
+ indent = #0
+ }
+}