summaryrefslogtreecommitdiff
path: root/Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-12-12 20:08:44 +0100
committerErich Eckner <git@eckner.net>2015-12-12 20:08:44 +0100
commit9c7d7614e83e6e1c1ac55d16c897205fb90aa374 (patch)
tree2e5963e42fe8b70f2dda5763dd822653d409fa6e /Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.ly
parent81894330d79371df8a4e79efe1f2bfdce408c560 (diff)
downloadMusik-9c7d7614e83e6e1c1ac55d16c897205fb90aa374.tar.xz
Wer_bis_an_das_Ende_beharrt neu
Diffstat (limited to 'Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.ly')
-rw-r--r--Wer_bis_an_das_Ende_beharrt/Wer_bis_an_das_Ende_beharrt.ly49
1 files changed, 49 insertions, 0 deletions
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
+ }
+ }
+}
+