summaryrefslogtreecommitdiff
path: root/Welch_ein_Freund_ist_unser_Jesus/Welch_ein_Freund_ist_unser_Jesus.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Welch_ein_Freund_ist_unser_Jesus/Welch_ein_Freund_ist_unser_Jesus.ly')
-rw-r--r--Welch_ein_Freund_ist_unser_Jesus/Welch_ein_Freund_ist_unser_Jesus.ly51
1 files changed, 51 insertions, 0 deletions
diff --git a/Welch_ein_Freund_ist_unser_Jesus/Welch_ein_Freund_ist_unser_Jesus.ly b/Welch_ein_Freund_ist_unser_Jesus/Welch_ein_Freund_ist_unser_Jesus.ly
new file mode 100644
index 0000000..a82309f
--- /dev/null
+++ b/Welch_ein_Freund_ist_unser_Jesus/Welch_ein_Freund_ist_unser_Jesus.ly
@@ -0,0 +1,51 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\version "2.19.80"
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Welch ein Freund ist unser Jesus"
+ poet = "Text: Josef Scriver (1820-1885)"
+ meter = "Deutsch: Ernst Gebhardt (1832-1899)"
+ composer = "Melodie: Charles Crozat Converse (1834-1918)"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new ChordNames { \global \germanChords \akkorde }
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics \lyricsto sopran { \textEI }
+ \new Lyrics \lyricsto sopran { \textDI }
+ \new Lyrics \lyricsto sopran { \textEII }
+ \new Lyrics \lyricsto sopran { \textDII }
+ \new Lyrics \lyricsto sopran { \textEIII }
+ \new Lyrics \lyricsto sopran { \textDIII }
+ \new Staff <<
+ \new Voice = tenor { \global \clef "bass" \oneVoice \pausen }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}