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>2018-11-08 23:18:04 +0100
committerErich Eckner <git@eckner.net>2018-11-08 23:18:04 +0100
commitd9c24ca942a1df12e8d5d2483b0d3fb3cbe761f7 (patch)
tree9230dc805ce68b0b95f0b4e5f72fac6ab6ec33b0 /Ich_steh_an_deiner_Krippen_hier_/Ich_steh_an_deiner_Krippen_hier_.ly
parentcdf6bba716dce4ecdba6a6cde37bc019d6e2b487 (diff)
downloadMusik-d9c24ca942a1df12e8d5d2483b0d3fb3cbe761f7.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_.ly84
1 files changed, 84 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..e3b66da
--- /dev/null
+++ b/Ich_steh_an_deiner_Krippen_hier_/Ich_steh_an_deiner_Krippen_hier_.ly
@@ -0,0 +1,84 @@
+\version "2.19.80"
+
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "artikulation.ly"
+\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: Paul Gerhardt 1653"
+ composer = "Satz: Johann Sebastian Bach 1736"
+ tagline = ""
+ }
+
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = sopran <<
+ \global
+ \voiceOne
+ \melodieSopran
+ \artikulation
+ >>
+ \new Voice = alt <<
+ \global
+ \voiceTwo
+ \melodieAlt
+ \artikulation
+ >>
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Lyrics = textIV { }
+ \new Staff <<
+ \clef "bass"
+ \new Voice = tenor <<
+ \global
+ \voiceOne
+ \melodieTenor
+ \artikulation
+ >>
+ \new Voice = bass <<
+ \global
+ \voiceTwo
+ \melodieBass
+ \artikulation
+ >>
+ >>
+
+ \context Lyrics = textI \lyricsto sopran { \textI }
+ \context Lyrics = textII \lyricsto sopran { \textII }
+ \context Lyrics = textIV \lyricsto sopran { \textIV }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 60 4)
+ }
+ }
+}
+