diff options
author | Erich Eckner <git@eckner.net> | 2018-06-07 14:06:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-07 14:06:23 +0200 |
commit | 0d7ef9cf63df41eb6347d9ac61c1288e8606817f (patch) | |
tree | 8619cd23712d45992774a2b8cbd4c2fd55062178 /Irische_Segenswuensche_ | |
parent | 5ee3804246c7940519e1875ad71f6e45ff66a026 (diff) | |
download | Musik-0d7ef9cf63df41eb6347d9ac61c1288e8606817f.tar.xz |
Irische_Segenswuensche_ neu
Diffstat (limited to 'Irische_Segenswuensche_')
-rwxr-xr-x | Irische_Segenswuensche_/Irische_Segenswuensche_.ly | 44 | ||||
-rw-r--r-- | Irische_Segenswuensche_/Makefile | 23 | ||||
-rwxr-xr-x | Irische_Segenswuensche_/stimmen.ly | 105 | ||||
-rwxr-xr-x | Irische_Segenswuensche_/texte.ly | 37 |
4 files changed, 209 insertions, 0 deletions
diff --git a/Irische_Segenswuensche_/Irische_Segenswuensche_.ly b/Irische_Segenswuensche_/Irische_Segenswuensche_.ly new file mode 100755 index 0000000..2872d42 --- /dev/null +++ b/Irische_Segenswuensche_/Irische_Segenswuensche_.ly @@ -0,0 +1,44 @@ +\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 = "Irische Segenswünsche" + composer = "Musik: Markus Pyllik" + poet = "Text nach irischen Vorlagen" + tagline = "" + } + + \new ChoirStaff << + \new Staff << + \new Voice = frauen { \global \oneVoice \pausen } + \new Voice = sopran { \global \voiceOne \melodieSopran } + \new Voice = alt { \global \voiceTwo \melodieAlt } + >> + \new Lyrics \lyricsto sopran \textI + \new Lyrics \lyricsto sopran \textII + \new Lyrics \lyricsto sopran \textIII + \new Lyrics \lyricsto sopran \textIV + \new Staff << + \clef "bass" + \new Voice = maenner { \global \oneVoice \pausen } + \new Voice = tenor { \global \voiceOne \melodieTenor } + \new Voice = bass { \global \voiceTwo \melodieBass } + >> + >> +} diff --git a/Irische_Segenswuensche_/Makefile b/Irische_Segenswuensche_/Makefile new file mode 100644 index 0000000..ef6dedf --- /dev/null +++ b/Irische_Segenswuensche_/Makefile @@ -0,0 +1,23 @@ +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 + +all: $(CURDOC).pdf + +clean: + rm -f *.pre + +Clean: clean + rm -f *.pdf *.midi + +%.pre: %.ly + sed "s@%spezifisch%@$(SPEZIFISCH)@" "$<" > "$@" + +%.pdf: %.pre *.ly + lilypond $< + diff --git a/Irische_Segenswuensche_/stimmen.ly b/Irische_Segenswuensche_/stimmen.ly new file mode 100755 index 0000000..a198ba2 --- /dev/null +++ b/Irische_Segenswuensche_/stimmen.ly @@ -0,0 +1,105 @@ + +global = { + \time 4/4 + \key f \major + \autoBeamOff +} + +punktBoegen = { + \set melismaBusyProperties = #'() + \slurDashed + \tieDashed +} + +strichBoegen = { + \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) + \slurSolid + \tieSolid +} + +pausen = { + s1*3 | + s2 r | + s1*3 | + s2 r | \bar "||" + s1*3 | + s2 r | + s1*3 | + s2 r | \bar "|." +} + +melodieSopran = \relative a' { + a4 \punktBoegen a8( c) g4 g | + f8~ f f( a) e4~ e | + d8 e f b a g f a | + g2 s | + a4 a8 c g4 g | + f f8( a) e4 e8~ e | + d e f b a g f e | + f2 s | \bar "||" \strichBoegen + d4. f8 e4 g | + f a g b | + a8 a a a a g f a | + g2 s | + a4 a8[ c] g4 g | + f f8[ a] e4 e | + d8 e f b a g f e | + f2 s | \bar "|." +} + +melodieAlt = \relative f' { + f4 \punktBoegen f8~ f g4 c, | + d8~ d d~ d e4( a,) | + d8 c b d c c c d | + e2 s | + f4 f8 f g4 c, | + d d8~ d e4 a,8~ a | + d c b d c c c c | + c2 s | \bar "||" \strichBoegen + b4. b8 c4 c | + c f e e | + f8 f f f f e d f | + e2 s | + f4 f g c, | + d d e a, | + d8 c b d c c c c | + c2 s | \bar "|." +} + +melodieTenor = \relative c' { + c4 \punktBoegen c8( a) c4 c | + a8~ a a( f) a4~ a | + f8 f f f f g a f | + c'2 s | + c4 c8 a c4 c | + a a8( f) a4 a8~ a | + f f f f c' b a g | + a2 s | \bar "||" \strichBoegen + f4. b8 g4 c | + a c c c | + c8 c c c h h h h | + c2 s | + c4 c8[ a] c4 c | + a a8[ f] a4 a | + f8 f f f c' b a g | + a2 s | \bar "|." +} + +melodieBass = \relative f { + f4 \punktBoegen f8~ f e4 e | + d8~ d d~ d c4~ c | + b8 c d b c c c c | + c2 s | + f4 f8 f e4 e | + d d8~ d c4 c8~ c | + b c d b c c c c | + <f, f'>2 s | \bar "||" \strichBoegen + b4. d8 c4 e | + f f c c | + f8 f f f g g g g | + c,2 s | + f4 f e e | + d d c c | + b8 c d b c c c c | + <f f,>2 s | \bar "|." +} diff --git a/Irische_Segenswuensche_/texte.ly b/Irische_Segenswuensche_/texte.ly new file mode 100755 index 0000000..9252f80 --- /dev/null +++ b/Irische_Segenswuensche_/texte.ly @@ -0,0 +1,37 @@ + +textI = \lyricmode { + \set stanza = "1." + Mö -- ge die Stra -- ße uns zu -- samm -- men -- füh -- ren + und der Wind in dei -- nem Rü -- cken sein, + sanft fal -- le Re -- gen auf dei -- ne Fel -- der und + warm auf dein Ge -- sicht der Son -- nen -- schein. + \set stanza = "1.-4." + Und bis wir uns wie -- der -- se -- hen, + hal -- te Gott dich fest in sei -- ner Hand, + und bis wir uns wie -- der -- se -- hen, + hal -- te Gott dich fest in sei -- ner Hand. +} + +textII = \lyricmode { + \set stanza = "2." + Füh -- re die Stra -- ße, die _ du _ gehst _ + im -- mer nur zu dei -- nem Ziel berg -- ab, + hab, wenn es kühl wird, war -- me Ge -- dan -- ken _ + und den vol -- len Mond in dunk -- ler Nacht. +} + +textIII = \lyricmode { + \set stanza = "3." + Hab un -- term Kopf ein wei -- _ ches _ Kis -- sen, + ha -- be Klei -- dung und das täg -- lich Brot, + sei ü -- ber vier -- zig Jah -- re im Him -- mel, be -- + vor der Teu -- fel mekrt: Du bist schon tot. +} + +textIV = \lyricmode { + \set stanza = "4." + Bis wir _ uns mal wie -- _ der -- _ se -- hen, + hof -- fe ich, dass Gott dich nicht ver -- lässt, + er hal -- te dich in sei -- nen _ Hän -- den, doch + drü -- cke sei -- ne Faust dich nie zu fest. +} |