summaryrefslogtreecommitdiff
path: root/Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.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 /Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly')
-rw-r--r--Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly66
1 files changed, 66 insertions, 0 deletions
diff --git a/Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly b/Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly
new file mode 100644
index 0000000..ace6c5e
--- /dev/null
+++ b/Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly
@@ -0,0 +1,66 @@
+\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")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = "textEinsS" {}
+ \new Lyrics = "textZweiS" {}
+ \new Lyrics = "textDreiS" {}
+ \new Lyrics = "textVierS" {}
+ \new Staff {
+ <<
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ }
+% \new Lyrics = "textEinsA" {}
+% \new Lyrics = "textZweiA" {}
+% \new Lyrics = "textDreiA" {}
+% \new Lyrics = "textVierA" {}
+% \new Lyrics = "textEinsT" {}
+% \new Lyrics = "textZweiT" {}
+% \new Lyrics = "textDreiT" {}
+% \new Lyrics = "textVierT" {}
+ \new Staff <<
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = "textEinsB" {}
+ \new Lyrics = "textZweiB" {}
+ \new Lyrics = "textDreiB" {}
+ \new Lyrics = "textVierB" {}
+ \context Lyrics = "textEinsS" \lyricsto "sopran" \textI
+ \context Lyrics = "textZweiS" \lyricsto "sopran" \textII
+ \context Lyrics = "textDreiS" \lyricsto "sopran" \textIII
+ \context Lyrics = "textVierS" \lyricsto "sopran" \textIV
+% \context Lyrics = "textEinsA" \lyricsto "alt" \extraI
+% \context Lyrics = "textZweiA" \lyricsto "alt" \extraII
+% \context Lyrics = "textDreiA" \lyricsto "alt" \extraIII
+% \context Lyrics = "textVierA" \lyricsto "alt" \extraIV
+% \context Lyrics = "textEinsT" \lyricsto "tenor" \textI
+% \context Lyrics = "textZweiT" \lyricsto "tenor" \textII
+% \context Lyrics = "textDreiT" \lyricsto "tenor" \textIII
+% \context Lyrics = "textVierT" \lyricsto "tenor" \textIV
+ \context Lyrics = "textEinsB" \lyricsto "bass" \extraI
+ \context Lyrics = "textZweiB" \lyricsto "bass" \extraII
+ \context Lyrics = "textDreiB" \lyricsto "bass" \extraIII
+ \context Lyrics = "textVierB" \lyricsto "bass" \extraIV
+ >>
+ \layout {
+ indent = #0
+ }
+}