From 9c7d7614e83e6e1c1ac55d16c897205fb90aa374 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 12 Dec 2015 20:08:44 +0100 Subject: Wer_bis_an_das_Ende_beharrt neu --- .../Wer_bis_an_das_Ende_beharrt.ly | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.ly (limited to 'Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.ly') diff --git a/Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.ly b/Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.ly new file mode 100644 index 0000000..dc7a50c --- /dev/null +++ b/Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.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 = "Wer bis an das Ende beharrt" + poet = "Text: Matthäus 10,22" + composer = "Felix Mendelssohn Bartholdy (1808-1847)" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \global \oneVoice \melodieSopran } + >> + \new Lyrics \lyricsto sopran { \textSopran } + \new Staff << + \new Voice = alt { \global \oneVoice \melodieAlt } + >> + \new Lyrics \lyricsto alt { \textAlt } + \new Staff << + \new Voice = tenor { \global \clef "G_8" \oneVoice \melodieTenor } + >> + \new Lyrics \lyricsto tenor { \textTenor } + \new Staff << + \new Voice = bass { \global \clef "bass" \oneVoice \melodieBass } + >> + \new Lyrics \lyricsto bass { \textBass } + >> + \layout { + indent = #0 + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } +} + -- cgit v1.2.3-54-g00ecf