summaryrefslogtreecommitdiff
path: root/El_Haderech/El_Haderech.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-07-12 15:21:32 +0200
committerErich Eckner <git@eckner.net>2015-07-12 15:21:32 +0200
commita31b084a7e32f3542a65b579514df3228da448fa (patch)
tree083cebb2c79815d4c983715914313e78de8e479d /El_Haderech/El_Haderech.ly
parentf0b15505011f4c770290a369f9cfba771676bcf0 (diff)
downloadMusik-a31b084a7e32f3542a65b579514df3228da448fa.tar.xz
El_Haderech.ly neu
Diffstat (limited to 'El_Haderech/El_Haderech.ly')
-rw-r--r--El_Haderech/El_Haderech.ly49
1 files changed, 49 insertions, 0 deletions
diff --git a/El_Haderech/El_Haderech.ly b/El_Haderech/El_Haderech.ly
new file mode 100644
index 0000000..84146f4
--- /dev/null
+++ b/El_Haderech/El_Haderech.ly
@@ -0,0 +1,49 @@
+\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")
+
+\pointAndClickOff
+
+\header {
+ title = "El Haderech"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = alle { \global \alleMelodie }
+ >>
+ \new Lyrics \lyricsto alle { \textAlle }
+ \new Lyrics = sopranText { }
+ \new Staff <<
+ \new Voice = frauen { \global \frauenPausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \context Lyrics = sopranText \lyricsto sopran { \textSopran }
+ \new Lyrics \lyricsto alt { \textAlt }
+ \new Lyrics = tenorText { }
+ \new Staff <<
+ \new Voice = maenner { \clef "bass" \global \maennerPausen }
+ \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie }
+ \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = tenorText \lyricsto tenor { \textTenor }
+ \new Lyrics \lyricsto bass { \textBass }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ }
+ }
+}