summaryrefslogtreecommitdiff
path: root/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly')
-rw-r--r--Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly38
1 files changed, 38 insertions, 0 deletions
diff --git a/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly b/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly
new file mode 100644
index 0000000..a1a94f1
--- /dev/null
+++ b/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly
@@ -0,0 +1,38 @@
+\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 = 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 }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}