diff options
author | Erich Eckner <git@eckner.net> | 2018-11-08 23:18:04 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-11-08 23:18:04 +0100 |
commit | d9c24ca942a1df12e8d5d2483b0d3fb3cbe761f7 (patch) | |
tree | 9230dc805ce68b0b95f0b4e5f72fac6ab6ec33b0 /Ich_steh_an_deiner_Krippen_hier_ | |
parent | cdf6bba716dce4ecdba6a6cde37bc019d6e2b487 (diff) | |
download | Musik-d9c24ca942a1df12e8d5d2483b0d3fb3cbe761f7.tar.xz |
Ich_steh_an_deiner_Krippen_hier_ neu
Diffstat (limited to 'Ich_steh_an_deiner_Krippen_hier_')
-rw-r--r-- | Ich_steh_an_deiner_Krippen_hier_/Ich_steh_an_deiner_Krippen_hier_.ly | 84 | ||||
-rw-r--r-- | Ich_steh_an_deiner_Krippen_hier_/Makefile | 32 | ||||
-rw-r--r-- | Ich_steh_an_deiner_Krippen_hier_/artikulation.ly | 17 | ||||
-rw-r--r-- | Ich_steh_an_deiner_Krippen_hier_/stimmen.ly | 85 | ||||
-rw-r--r-- | Ich_steh_an_deiner_Krippen_hier_/texte.ly | 30 |
5 files changed, 248 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) + } + } +} + diff --git a/Ich_steh_an_deiner_Krippen_hier_/Makefile b/Ich_steh_an_deiner_Krippen_hier_/Makefile new file mode 100644 index 0000000..1841a08 --- /dev/null +++ b/Ich_steh_an_deiner_Krippen_hier_/Makefile @@ -0,0 +1,32 @@ +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 + lilypond $< + diff --git a/Ich_steh_an_deiner_Krippen_hier_/artikulation.ly b/Ich_steh_an_deiner_Krippen_hier_/artikulation.ly new file mode 100644 index 0000000..10772ab --- /dev/null +++ b/Ich_steh_an_deiner_Krippen_hier_/artikulation.ly @@ -0,0 +1,17 @@ +artikulation = { + s4 | + s1 | + s2.\breathe s4 | + s1 | + s2.\breathe s4 | + s1 | + s2.\breathe s4 | + s1 | + s2.\breathe s4 | + s1 | + s2.\breathe s4 | + s1 | + s2.\breathe s4 | + s1 | + s2. \bar "|." +} diff --git a/Ich_steh_an_deiner_Krippen_hier_/stimmen.ly b/Ich_steh_an_deiner_Krippen_hier_/stimmen.ly new file mode 100644 index 0000000..373d82e --- /dev/null +++ b/Ich_steh_an_deiner_Krippen_hier_/stimmen.ly @@ -0,0 +1,85 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.18" + + global = { + \key es \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + melodieSopran = \relative g' { + g4 | + c d es c | + b4. as8 g4 b | + es,4. d8 es4 f | + g2 g4 g | + c d es c | + b4. as8 g4 b | + es,4. d8 es4 f | + g2 g4 b | + es b c b | + as4. b8 g4 b | + es b c b | + as4. b8 g4 g | + a h c8[ es] d[ c] | + h2 c4 \bar "|." + } + + melodieAlt = \relative es' { + es4 | + g f es8[ f] g[ es] | + f[ d] es[ f] es4 b | + c4. d8 c4 d8[ c] | + d2 d4 es | + g f es8[ f] g[ es] | + f[ d] es[ f] es4 b | + c4. d8 c4 d8[ c] | + d2 d4 es8[ f] | + g[ as] b[ g] as4 es | + f4. d8 es4 g8[ f] | + es[ f] g[ f] es4 es | + es d es es | + f g g a | + g4.( f8) es4 \bar "|." + } + + melodieTenor = \relative c' { + c4 | + g g c c | + f,4. b8 b4 g | + g g c8[ b] as[ c] | + c4( h8[ a]) h4 c | + g g c c | + f,4. b8 b4 g | + g g c8[ b] as[ c] | + c4( h8[ a]) h4 b | + b es es4. b8 | + c4 b b b | + c b as b8[ g] | + c4 b b c | + c d c f8[ es] | + d2 c4 \bar "|." + } + + melodieBass = \relative c { + c8[ d] | + es[ d] c[ h] c[ d] es[ c] | + d[ b] c[ d] es4 es8[ d] | + c[ g] c[ b] as[ g] as4 | + g2 g4 c8[ d] | + es[ d] c[ h] c[ d] es[ c] | + d[ b] c[ d] es4 es8[ d] | + c[ g] c[ b] as[ g] as4 | + g2 g4 g'8[ f] | + es[ f] g[ es] as4. g8 | + f[ es] d[ b] es4 es8[ d] | + c[ d] es[ d] es[ f] g[ es] | + f4 b, es c | + f8[ es] f[ d] es4 f | + g( g,) c \bar "|." + } diff --git a/Ich_steh_an_deiner_Krippen_hier_/texte.ly b/Ich_steh_an_deiner_Krippen_hier_/texte.ly new file mode 100644 index 0000000..499f919 --- /dev/null +++ b/Ich_steh_an_deiner_Krippen_hier_/texte.ly @@ -0,0 +1,30 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Ich steh an dei -- ner Krip -- pen hier, o Je -- su, du mein Le -- ben; + ich kom -- me, bring und schen -- ke dir, was du mir hast ge -- ge -- ben! + Nimm hin, es ist mein Geist und Sinn, Herz, Seel und Mut, nimm al -- les hin, + und lass dir's wohl -- ge -- fal -- len! + } + + textII = \lyricmode { + \set stanza = "2." + Da ich noch nicht ge -- bo -- ren war, da bist du mir ge -- bo -- ren + und hast mich dir zu Ei -- gen gar, eh ich dich kannt, er -- ko -- ren. + Eh ich durch dei -- ne Hand ge -- macht, da hast du schon bei dir be -- dacht, + wie du mein woll -- test wer -- den. + } + + textIV = \lyricmode { + \set stanza = "4." + Ich se -- he dich mit Freu -- den an und kann mich nicht satt se -- hen; + und weil ich nun nichts wei -- ter kann, bleib ich an -- be -- tend ste -- hen. + O dass mein Sinn ein Ab -- grund wär und mei -- ne Seel ein wei -- tes Meer, + dass ich dich möch -- te fas -- sen! + } + |