summaryrefslogtreecommitdiff
path: root/Uns_ist_ein_Kind_geboren
diff options
context:
space:
mode:
Diffstat (limited to 'Uns_ist_ein_Kind_geboren')
-rw-r--r--Uns_ist_ein_Kind_geboren/Makefile31
-rw-r--r--Uns_ist_ein_Kind_geboren/Uns_ist_ein_Kind_geboren.ly24
-rw-r--r--Uns_ist_ein_Kind_geboren/parts/VIII_Choral.ly27
-rw-r--r--Uns_ist_ein_Kind_geboren/parts/artikulation_VIII_Choral.ly5
-rw-r--r--Uns_ist_ein_Kind_geboren/parts/stimmen_VIII_Choral.ly190
-rw-r--r--Uns_ist_ein_Kind_geboren/parts/texte_VIII_Choral.ly9
6 files changed, 286 insertions, 0 deletions
diff --git a/Uns_ist_ein_Kind_geboren/Makefile b/Uns_ist_ein_Kind_geboren/Makefile
new file mode 100644
index 0000000..877ea34
--- /dev/null
+++ b/Uns_ist_ein_Kind_geboren/Makefile
@@ -0,0 +1,31 @@
+CURDOC=$(shell basename "$(CURDIR)")
+
+ifeq ($(FUER),ewe)
+ SPEZIFISCH=\#(set! paper-alist (cons '(\"kindle\" . (cons (* 210 mm) (* 130 mm))) paper-alist))\n\#(set-default-paper-size \"kindle\")
+else
+ SPEZIFISCH=
+ # \#(set-global-staff-size 14)
+endif
+
+ifeq ($(MIDI),1)
+ MIDI_REGEX=
+else
+ MIDI_REGEX=/\\\\midi/{ :a; s/\\\\midi[^{}]*{/\\\\midi/; tb; N; ba; :b; s/{[^{}]*}//; tb; s/\\\\midi[^{}]*}//; t; N; bb; }
+endif
+
+all: $(CURDOC).pdf
+
+clean:
+ rm -f *.pre
+
+Clean: clean
+ rm -f *.pdf *.midi
+
+%.pre: %.ly
+ sed " \
+ s@%spezifisch%@$(SPEZIFISCH)@ ; \
+ $(MIDI_REGEX) \
+ " "$<" > "$@"
+
+%.pdf: %.pre *.ly parts/*.ly
+ lilypond $<
diff --git a/Uns_ist_ein_Kind_geboren/Uns_ist_ein_Kind_geboren.ly b/Uns_ist_ein_Kind_geboren/Uns_ist_ein_Kind_geboren.ly
new file mode 100644
index 0000000..a0cb557
--- /dev/null
+++ b/Uns_ist_ein_Kind_geboren/Uns_ist_ein_Kind_geboren.ly
@@ -0,0 +1,24 @@
+\include "deutsch.ly"
+\version "2.19.80"
+
+%spezifisch%
+
+\pointAndClickOff
+
+\paper {
+ top-margin = 5
+}
+\header {
+ title = "Uns ist ein Kind geboren"
+ subtitle = "BWV 142"
+ composer = "Johann Sebastian Bach"
+ tagline = ##f
+}
+
+#(ly:set-option 'relative-includes #t)
+\include "parts/artikulation_VIII_Choral.ly"
+\include "parts/stimmen_VIII_Choral.ly"
+\include "parts/texte_VIII_Choral.ly"
+
+\include "parts/VIII_Choral.ly"
+#(ly:set-option 'relative-includes #f)
diff --git a/Uns_ist_ein_Kind_geboren/parts/VIII_Choral.ly b/Uns_ist_ein_Kind_geboren/parts/VIII_Choral.ly
new file mode 100644
index 0000000..68b75f2
--- /dev/null
+++ b/Uns_ist_ein_Kind_geboren/parts/VIII_Choral.ly
@@ -0,0 +1,27 @@
+\include "deutsch.ly"
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \label #'VIII
+ \new Voice = frauen { \globalVIII \oneVoice \pausenVIII }
+ \new Voice = sopran { \globalVIII \voiceOne << \sopranMelodieVIII \artikulationVIII >> }
+ \new Voice = alt { \globalVIII \voiceTwo \altMelodieVIII }
+ >>
+ \new Lyrics = text { }
+ \new Staff <<
+ \new Voice = maenner { \globalVIII \oneVoice \pausenVIII }
+ \new Voice = tenor { \globalVIII \clef "bass" \voiceOne \tenorMelodieVIII }
+ \new Voice = bass { \globalVIII \clef "bass" \voiceTwo << \bassMelodieVIII \artikulationVIII >> }
+ >>
+ \context Lyrics = text \lyricsto sopran \textVIII
+ >>
+ \layout {
+ indent = #0
+ }
+ \header {
+ tagline = ##f
+ piece = "8. Choral - Halleluja"
+ }
+}
diff --git a/Uns_ist_ein_Kind_geboren/parts/artikulation_VIII_Choral.ly b/Uns_ist_ein_Kind_geboren/parts/artikulation_VIII_Choral.ly
new file mode 100644
index 0000000..ac247e3
--- /dev/null
+++ b/Uns_ist_ein_Kind_geboren/parts/artikulation_VIII_Choral.ly
@@ -0,0 +1,5 @@
+
+artikulationVIII = {
+ s2.*40 |
+ s4\fermata \bar "|."
+}
diff --git a/Uns_ist_ein_Kind_geboren/parts/stimmen_VIII_Choral.ly b/Uns_ist_ein_Kind_geboren/parts/stimmen_VIII_Choral.ly
new file mode 100644
index 0000000..869f335
--- /dev/null
+++ b/Uns_ist_ein_Kind_geboren/parts/stimmen_VIII_Choral.ly
@@ -0,0 +1,190 @@
+\version "2.12"
+
+globalVIII = {
+ \time 3/4
+ \key c \major
+ \autoBeamOff
+}
+
+pausenVIII = {
+ R2.*6 |
+ r2 s4 |
+ s2. |
+ s2 r4 |
+ r2 s4 |
+ s2. |
+ s2 r4 |
+ R2. |
+ r2 s4 |
+ s2. |
+ s2 r4 |
+ r2 s4 |
+ s2.*6 |
+ R2. |
+ r2 s4 |
+ s2.*2 |
+ R2. |
+ r2 s4 |
+ s2.*2 |
+ r2 s4 |
+ s2.*6 |
+ r2 r8 s |
+ s2. |
+ s4 \bar "|."
+}
+
+sopranMelodieVIII = \relative a' {
+ s2.*6 |
+ s2 a4 |
+ c2 h4 |
+ a2 s4 |
+ s2 a4 |
+ c2 h4 |
+ a2 s4 |
+ s2. |
+ s2 e'4 |
+ d d c |
+ h2 s4 |
+ s2 h4 |
+ c2 c4 |
+ d2 d4 |
+ e2 e4 |
+ d2 c4~ |
+ c h2 |
+ a2. |
+ s |
+ s2 e'4 |
+ d2 c4 |
+ h2. |
+ s |
+ s2 e4 |
+ d2 c4 |
+ h2. |
+ s2 h4 |
+ c2 c4 |
+ d2 d4 |
+ e2 e4 |
+ d2 c4~ |
+ c h2 |
+ a2. |
+ s2 s8 e |
+ a4 a( gis) |
+ a \bar "|."
+}
+
+altMelodieVIII = \relative c' {
+ s2.*6 |
+ s2 c4 |
+ e2 e4 |
+ c2 s4 |
+ s2 c4 |
+ e2 e4 |
+ c2 s4 |
+ s2. |
+ s2 g'4 |
+ g g e |
+ e2 s4 |
+ s2 e4 |
+ e2 e4 |
+ g2 g4 |
+ g2 g4 |
+ g2 e4( |
+ f) h,( e) |
+ c2. |
+ s |
+ s2 g'4 |
+ g2 e4 |
+ e2. |
+ s |
+ s2 g4 |
+ g2 e4 |
+ e2. |
+ s2 e4 |
+ e2 e4 |
+ g2 g4 |
+ g2 g4 |
+ g2 e4( |
+ f) h,( e) |
+ c2. |
+ s2 s8 e |
+ e4 e2 |
+ c4 \bar "|."
+}
+
+tenorMelodieVIII = \relative a {
+ s2.*6 |
+ s2 a4 |
+ a2 gis4 |
+ a2 s4 |
+ s2 a4 |
+ a2 gis4 |
+ a2 s4 |
+ s2. |
+ s2 c4 |
+ h h a |
+ gis2 s4 |
+ s2 gis4 |
+ a2 a4 |
+ h2 h4 |
+ c2 c4 |
+ h2 a4~ |
+ a a( gis) |
+ a2. |
+ s |
+ s2 c4 |
+ h2 a4 |
+ gis2. |
+ s |
+ s2 c4 |
+ h2 a4 |
+ gis2. |
+ s2 gis4 |
+ a2 a4 |
+ h2 h4 |
+ c2 c4 |
+ h2 a4~ |
+ a a( gis) |
+ a2. |
+ s2 s8 e' |
+ c4 h2 |
+ a4 \bar "|."
+}
+
+bassMelodieVIII = \relative a {
+ s2.*6 |
+ s2 a4 |
+ a2 e4 |
+ a,2 s4 |
+ s2 a'4 |
+ a2 e4 |
+ a,2 s4 |
+ s2. |
+ s2 c'4 |
+ g g a |
+ e2 s4 |
+ s2 e4 |
+ a2 a4 |
+ g2 g4 |
+ c2 c4 |
+ g2 a4( |
+ d,) e2 |
+ a,2. |
+ s |
+ s2 c'4 |
+ g2 a4 |
+ e2. |
+ s |
+ s2 c'4 |
+ g2 a4 |
+ e2. |
+ s2 e4 |
+ a2 a4 |
+ g2 g4 |
+ c2 c,4 |
+ g'2 a4( |
+ d,) e2 |
+ a,2. |
+ s2 s8 e' |
+ a4 e2 |
+ a,4 \bar "|."
+}
diff --git a/Uns_ist_ein_Kind_geboren/parts/texte_VIII_Choral.ly b/Uns_ist_ein_Kind_geboren/parts/texte_VIII_Choral.ly
new file mode 100644
index 0000000..4e7f569
--- /dev/null
+++ b/Uns_ist_ein_Kind_geboren/parts/texte_VIII_Choral.ly
@@ -0,0 +1,9 @@
+
+textVIII = \lyricmode {
+ Ha -- le -- lu -- ja, Ha -- le -- lu -- ja,
+ ge -- lo -- bet sei Gott,
+ sin -- gen wir all' aus un -- sers Her -- zens Grun -- de:
+ denn Gott hat heut' ge -- macht solch' Freud',
+ der wir ver -- ges -- sen soll'n zu kei -- ner Stun -- de.
+ Hal -- le -- lu -- ja.
+}