From a31b084a7e32f3542a65b579514df3228da448fa Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 12 Jul 2015 15:21:32 +0200 Subject: El_Haderech.ly neu --- El_Haderech/El_Haderech.ly | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 El_Haderech/El_Haderech.ly (limited to 'El_Haderech/El_Haderech.ly') 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 + } + } +} -- cgit v1.2.3-70-g09d2