summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-09-03 14:43:14 +0200
committerErich Eckner <git@eckner.net>2019-09-03 14:43:14 +0200
commit05529e7dc62260116eba8b79e9cda7011fa44432 (patch)
treef561ddb49fcc021f5dbf6d76b8d67a2f72c11018
parentda2f51451512a06605d2d6d206a2aca9d430adaa (diff)
downloadMusik-05529e7dc62260116eba8b79e9cda7011fa44432.tar.xz
Aus_Gnade neu
-rwxr-xr-xAus_Gnade/Aus_Gnade.ly45
-rw-r--r--Aus_Gnade/Makefile24
-rwxr-xr-xAus_Gnade/stimmen.ly107
-rwxr-xr-xAus_Gnade/texte.ly49
4 files changed, 225 insertions, 0 deletions
diff --git a/Aus_Gnade/Aus_Gnade.ly b/Aus_Gnade/Aus_Gnade.ly
new file mode 100755
index 0000000..97394ca
--- /dev/null
+++ b/Aus_Gnade/Aus_Gnade.ly
@@ -0,0 +1,45 @@
+\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 = "Aus Gnade"
+ composer = "Corina Schweizer (2016)"
+ }
+ \new ChoirStaff <<
+ \new ChordNames {
+ \global \germanChords \akkorde
+ }
+ \new Staff <<
+ \new Voice = "Sopran" { \voiceOne \global \sopranMelodie }
+ \new Voice = "Alt" { \voiceTwo \global \altMelodie }
+ \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 = "Tenor" { \voiceOne \global \tenorMelodie }
+ \new Voice = "Bass" { \voiceTwo \global \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Aus_Gnade/Makefile b/Aus_Gnade/Makefile
new file mode 100644
index 0000000..300cdb2
--- /dev/null
+++ b/Aus_Gnade/Makefile
@@ -0,0 +1,24 @@
+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
+ pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' || true
+
+clean:
+ rm -f *.pre
+
+Clean: clean
+ rm -f *.pdf *.midi
+
+%.pre: %.ly
+ sed "s@%spezifisch%@$(SPEZIFISCH)@" "$<" > "$@"
+
+%.pdf: %.pre *.ly
+ lilypond $<
+
diff --git a/Aus_Gnade/stimmen.ly b/Aus_Gnade/stimmen.ly
new file mode 100755
index 0000000..ea29ccb
--- /dev/null
+++ b/Aus_Gnade/stimmen.ly
@@ -0,0 +1,107 @@
+
+global = {
+ \time 3/4
+ \key d \major
+ \partial 4
+ \autoBeamOff
+}
+
+sopranMelodie = \relative d' {
+ d8[ e] |
+ fis4. d8 e8 d |
+ h8.[ a16] a4 d8 e |
+ fis4. g8 fis8. e16 |
+ e2 d8 e |
+ fis4. e8 fis a |
+ h8.[ fis16] fis4 d8 fis |
+ e4. d8 h d |
+ d2 d'8 cis |
+ h4. h16[ cis] h8 a |
+ fis4 fis fis8 a |
+ a4. d,8 e8. fis16 |
+ fis2 fis8 a |
+ h4. h16[ cis] h8 a |
+ fis4 fis d8 fis |
+ e4. d8 h d |
+ d2 \bar "|."
+}
+
+altMelodie = \relative d' {
+ d8[ e] |
+ d4. a8 a a |
+ h8.[ a16] a4 h8 cis |
+ d4. d8 d8. d16 |
+ d4( cis) h8 cis |
+ d4. cis8 d fis |
+ fis8.[ d16] d4 d8 d |
+ h4. h8 h h |
+ a2 fis'8 a |
+ a( g4) g8 e e |
+ d4 d d8 fis |
+ d4. d8 cis cis |
+ d2 d8 fis |
+ g4. g8 e e |
+ d4 d d8 d |
+ h4. d8 h h |
+ a2 \bar "|."
+}
+
+tenorMelodie = \relative f {
+ fis8[ g] |
+ a4. fis8 g8 fis |
+ g4 g g8 a |
+ a4. h8 a8. a16 |
+ a2 a8 a |
+ a4. a8 a d |
+ d4 h h8 h |
+ g4. g8 g g |
+ fis2 a8 d |
+ d4. d8 cis8 cis |
+ a4 a a8 d |
+ h4 h a8 a |
+ a2 a8 d |
+ d4. d8 cis cis |
+ h4 h h8 h |
+ g4. g8 g g |
+ fis2 \bar "|."
+}
+
+bassMelodie = \relative d {
+ d4 |
+ d4. d8 d d |
+ d4 d d8 d |
+ d4. d8 d d |
+ a2 a8 a |
+ d4. d8 d cis |
+ h4 h a8 a |
+ g4. g8 g g |
+ d'2 d8 d |
+ g4 g a8 a |
+ d,4 d d8 d |
+ g4 g a8 a, |
+ d2 d8 d |
+ g4 g a8 a |
+ h4 h, a8 a |
+ g4 h d8 d |
+ d2 \bar "|."
+}
+
+akkorde = \chordmode {
+ s4 |
+ d2 <d g a>8 d |
+ g2. |
+ d4. <d g a>8 d4 |
+ <a, d e>4 a2 |
+ d2. |
+ h:m |
+ g |
+ d |
+ g2 a4 |
+ d2. |
+ g2 a4 |
+ d2. |
+ g2 a4 |
+ h2.:m |
+ g |
+ d2 \bar "|."
+}
diff --git a/Aus_Gnade/texte.ly b/Aus_Gnade/texte.ly
new file mode 100755
index 0000000..457e8a0
--- /dev/null
+++ b/Aus_Gnade/texte.ly
@@ -0,0 +1,49 @@
+
+textI = \lyricmode {
+ \set stanza = "1."
+ Aus Gna -- de, nur aus Gna -- de
+ hast du mich vom Tod be -- freit.
+ Weil ich Je -- sus Chris -- tus ha -- be,
+ le -- be ich in E -- wig -- keit.
+ O mein Va -- ter, nur aus Gna -- de
+ hast du mich ge -- recht ge -- macht.
+ Du hast mei -- ne Schuld ver -- ge -- ben,
+ Trost und Hoff -- nung mir ge -- bracht.
+}
+
+textII = \lyricmode {
+ \set stanza = "2."
+ Aus Gna -- de, nur aus Gna -- de,
+ nie -- mals durch mein eig -- nes Tun,
+ kann ich nun vor dir be -- ste -- hen
+ und in dei -- ner Lie -- be ruhn.
+ O mein Va -- ter, nur aus Gna -- de
+ nahmst du als dein Kind mich an,
+ und ich weiß, dass nichts auf Er -- den
+ mich dir je ent -- rei -- ßen kann.
+}
+
+textIII = \lyricmode {
+ \set stanza = "3."
+ Aus Gna -- de, nur aus Gna -- de
+ rich -- test du mich wie -- der auf,
+ wenn ich fal -- le und ver -- sa -- ge,
+ und zeigst mir den Weg nach Haus.
+ O mein Va -- ter, durch die Gna -- de
+ kann ich Ü -- ber -- win -- der sein.
+ Dei -- ne Kraft wird mir ge -- nü -- gen,
+ dei -- ne Gna -- de trägt mich heim.
+}
+
+textIV = \lyricmode {
+ \set stanza = "4."
+ Aus Gna -- de, nur aus Gna -- de
+ wer -- de ich im Thron -- saal stehn
+ und mit un -- zähl -- ba -- ren Scha -- ren
+ mei -- nen Herrn und Ret -- ter sehn.
+ O mein Va -- ter, dei -- ne Gna -- de,
+ die mich trug durch die -- se Zeit,
+ werd ich dann erst ganz ver -- ste -- hen
+ dort im Licht der E -- wig -- keit.
+}
+