diff options
author | Erich Eckner <git@eckner.net> | 2018-03-16 09:41:43 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-16 09:41:43 +0100 |
commit | 2f51c2cf3a48ab1fada51e7221301e6316c1334d (patch) | |
tree | c5c580c3efea8321df2fc5dc9531d1842a80723f /Aennchen_von_Tharau_ | |
parent | c38baedbb08da55be9171a7cb9b4ad33450b7a50 (diff) | |
download | Musik-2f51c2cf3a48ab1fada51e7221301e6316c1334d.tar.xz |
Aennchen_von_Tharau_ neu
Diffstat (limited to 'Aennchen_von_Tharau_')
-rw-r--r-- | Aennchen_von_Tharau_/Aennchen_von_Tharau_.ly | 50 | ||||
-rw-r--r-- | Aennchen_von_Tharau_/Makefile | 31 | ||||
-rw-r--r-- | Aennchen_von_Tharau_/stimmen.ly | 104 | ||||
-rw-r--r-- | Aennchen_von_Tharau_/texte.ly | 36 |
4 files changed, 221 insertions, 0 deletions
diff --git a/Aennchen_von_Tharau_/Aennchen_von_Tharau_.ly b/Aennchen_von_Tharau_/Aennchen_von_Tharau_.ly new file mode 100644 index 0000000..22d0fc7 --- /dev/null +++ b/Aennchen_von_Tharau_/Aennchen_von_Tharau_.ly @@ -0,0 +1,50 @@ +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "stimmen.ly" +\include "texte.ly" +#(ly:set-option 'relative-includes #f) + +%spezifisch% + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + tagline = "" +} + +\score { + \header { + title = "Ännchen von Tharau" + composer = "Weise: Friedrich Silcher" + arranger = "Satz: nach Friedrich Silcher" + poet = "Simon Dach" + meter = "Hochdeutsche Textfassung: nach Johann Gottfried Herder" + tagline = ##f + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \global \oneVoice \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto alt { \set stanza = "1." \TextI } + \new Lyrics \lyricsto alt { \TextIa } + \new Lyrics \lyricsto alt { \set stanza = "2." \TextII } + \new Lyrics \lyricsto alt { \TextIIa } + \new Lyrics \lyricsto alt { \set stanza = "3." \TextIII } + \new Lyrics \lyricsto alt { \TextIIIa } + \new Lyrics \lyricsto alt { \set stanza = "4." \TextIV } + \new Lyrics \lyricsto alt { \TextIVa } + \new Staff << + \new Voice = maenner { \global \oneVoice \clef "bass" \pausen } + \new Voice = tenor { \global \voiceOne \clef "bass" \tenorMelodie } + \new Voice = bass { \global \voiceTwo \clef "bass" \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Aennchen_von_Tharau_/Makefile b/Aennchen_von_Tharau_/Makefile new file mode 100644 index 0000000..5b3af49 --- /dev/null +++ b/Aennchen_von_Tharau_/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 + lilypond $< diff --git a/Aennchen_von_Tharau_/stimmen.ly b/Aennchen_von_Tharau_/stimmen.ly new file mode 100644 index 0000000..db2e684 --- /dev/null +++ b/Aennchen_von_Tharau_/stimmen.ly @@ -0,0 +1,104 @@ +\version "2.18" + +global = { + \time 3/4 + \key b \major + \autoBeamOff +} + +pausen = { + \repeat volta 2 { + s2.*3 | + s2 r4 | + s2.*3 | + s2 r4 | + } + s2.*3 | + s2 r4 | + s2.*3 | + s2 r4 | \bar "|." +} + +sopranMelodie = \relative f' { + \repeat volta 2 { + f4. g8 f4 | + f b b | + c4. d8 c4 | + b2 s4 | + a4 a a | + c4. b8 a4 | + g4. a8 g4 | + f2 s4 | + } + f4. f8 g4 | + a f g | + a a b | + c2 s4 | + b c d | + es4. d8 c4 | + b c a | + b2 s4 | \bar "|." +} + +altMelodie = \relative d' { + \repeat volta 2 { + d4. d8 d4 | + d4 d d | + es4. f8 es4 | + d2 s4 | + c c f | + g4. g8 f4 | + e4. f8 e4 | + c2 s4 | + } + c4. f8 e4 | + f f e | + f c g' | + a2 s4 | + f f f | + es4. f8 g4 | + f f f | + f2 s4 | \bar "|." +} + +tenorMelodie = \relative b { + \repeat volta 2 { + b4. b8 b4 | + b f f | + a4. b8 a4 | + f2 s4 | + f a c | + c4. c8 c4 | + c4. c8 b4 | + a2 s4 | + } + a4. a8 c4 | + c c c | + c f e | + es2 s4 | + d c b | + b4. b8 es4 | + d es c | + d2 s4 | \bar "|." +} + +bassMelodie = \relative b, { + \repeat volta 2 { + b4. b8 b4 | + b b b | + f'4. f8 f4 | + b,2 s4 | + f' f f | + e4. e8 f4 | + c4. c8 c4 | + <f f,>2 s4 | + } + f4. f8 c4 | + f a c | + f, f f | + f2 s4 | + b a as | + g4. f8 es4 | + f4 f <f f,> | + b,2 s4 | \bar "|." +} diff --git a/Aennchen_von_Tharau_/texte.ly b/Aennchen_von_Tharau_/texte.ly new file mode 100644 index 0000000..74e5612 --- /dev/null +++ b/Aennchen_von_Tharau_/texte.ly @@ -0,0 +1,36 @@ + +TextI = \lyricmode { + Änn -- chen von Tha -- rau ist, die mir ge -- fällt, sie ist mein Le -- ben, mein Gut und mein Geld. +} + +TextIa = \lyricmode { + Änn -- chen von Tha -- rau hat wie -- der ihr Herz auf mich ge -- rich -- tet in Lieb und in Schmerz. + \set stanza = "1.-3." + Änn -- chen von Tha -- rau, mein Reich -- tum, mein Gut, du mei -- ne See -- le, mein Fleisch und mein Blut. +} + +TextII = \lyricmode { + Käm al -- les Wet -- ter gleich auf uns zu schlahn, wir sind ge -- sinnt, bei ei -- nan -- der zu stahn. +} + +TextIIa = \lyricmode { + Krank -- heit, Ver -- fol -- gung, Be -- trüb -- nis und Pein soll uns -- rer Lie -- be Ver -- kno -- ti -- gung sein. +} + +TextIII = \lyricmode { + Recht als ein Pal -- men -- baum ü -- ber sich steigt, hat ihn erst Re -- gen und Sturm -- wind ge -- beugt, +} + +TextIIIa = \lyricmode { + so wird die Lieb in uns mäch -- tig und groß nach man -- chem Lei -- den und trau -- ri -- gem Los. +} + +TextIV = \lyricmode { + Wür -- dest du gleich ein -- mal von mir ge -- trennt, leb -- test da, wo man die Son -- ne kaum kennt, +} + +TextIVa = \lyricmode { + ich will dir fol -- gen durch Wäl -- der, durch Meer, Ei -- sen und Ker -- ker und feind -- li -- ches Heer. + \set stanza = "4." + Änn -- chen von Tha -- rau, mein Licht, mei -- ne Sonn, mein -- Le -- ben schließ ich um dei -- nes her -- um. +} |