summaryrefslogtreecommitdiff
path: root/Ich_steh_an_deiner_Krippen_hier/Ich_steh_an_deiner_Krippen_hier.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-24 08:54:06 +0100
committerErich Eckner <git@eckner.net>2017-11-24 08:54:06 +0100
commit5f35bd45c8173723f257a39c720e62a855f1ba37 (patch)
treed40e6953b9e8b14c918acaaef0b6cdf64077b621 /Ich_steh_an_deiner_Krippen_hier/Ich_steh_an_deiner_Krippen_hier.ly
parentddc74a5b671e71bc7836ac5805976b41f910093c (diff)
downloadMusik-5f35bd45c8173723f257a39c720e62a855f1ba37.tar.xz
Ich_steh_an_deiner_Krippen_hier neu
Diffstat (limited to 'Ich_steh_an_deiner_Krippen_hier/Ich_steh_an_deiner_Krippen_hier.ly')
-rw-r--r--Ich_steh_an_deiner_Krippen_hier/Ich_steh_an_deiner_Krippen_hier.ly64
1 files changed, 64 insertions, 0 deletions
diff --git a/Ich_steh_an_deiner_Krippen_hier/Ich_steh_an_deiner_Krippen_hier.ly b/Ich_steh_an_deiner_Krippen_hier/Ich_steh_an_deiner_Krippen_hier.ly
new file mode 100644
index 0000000..198e4be
--- /dev/null
+++ b/Ich_steh_an_deiner_Krippen_hier/Ich_steh_an_deiner_Krippen_hier.ly
@@ -0,0 +1,64 @@
+\version "2.19.80"
+
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Ich steh an deiner Krippen hier"
+ poet = "Text: Martin Luther 1529"
+ composer = "Melodie: Paul Gerhardt 1653"
+ arranger = "Satz: Johann Sebastian Bach (1685-1750) BWV 248, 59"
+ tagline = ""
+ }
+
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Lyrics = textIII { }
+ \new Staff <<
+ \clef "bass"
+ \new Voice = tenor { \global \voiceOne \melodieTenor }
+ \new Voice = bass { \global \voiceTwo \melodieBass }
+ >>
+
+ \context Lyrics = textI \lyricsto sopran { \textI }
+ \context Lyrics = textII \lyricsto sopran { \textII }
+ \context Lyrics = textIII \lyricsto sopran { \textIII }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 60 4)
+ }
+ }
+}
+