diff options
Diffstat (limited to 'Missa_brevis_in_C/domini_fili_unigenite')
5 files changed, 0 insertions, 114 deletions
diff --git a/Missa_brevis_in_C/domini_fili_unigenite/Makefile b/Missa_brevis_in_C/domini_fili_unigenite/Makefile deleted file mode 100644 index 8df2663..0000000 --- a/Missa_brevis_in_C/domini_fili_unigenite/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -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 - -.PHONY: all clean Clean - -all: $(CURDOC).pdf - -clean: - rm -f *.pre - -Clean: clean - rm -f *.pdf *.midi - -%.pre: %.ly - sed "s@%spezifisch%@$(SPEZIFISCH)@" "$<" > "$@" - -%.pdf: %.pre - echo lilypond $< diff --git a/Missa_brevis_in_C/domini_fili_unigenite/artikulation.ly b/Missa_brevis_in_C/domini_fili_unigenite/artikulation.ly deleted file mode 100644 index a34c095..0000000 --- a/Missa_brevis_in_C/domini_fili_unigenite/artikulation.ly +++ /dev/null @@ -1,3 +0,0 @@ - -artikulationDominiFiliUnigenite = { -} diff --git a/Missa_brevis_in_C/domini_fili_unigenite/domini_fili_unigenite.ly b/Missa_brevis_in_C/domini_fili_unigenite/domini_fili_unigenite.ly deleted file mode 100644 index 8c0c76e..0000000 --- a/Missa_brevis_in_C/domini_fili_unigenite/domini_fili_unigenite.ly +++ /dev/null @@ -1,48 +0,0 @@ -\include "deutsch.ly" -#(ly:set-option 'relative-includes #t) -\include "artikulation.ly" -\include "stimmen.ly" -\include "texte.ly" -#(ly:set-option 'relative-includes #f) - -\header { - tagline = "" -} -\paper { - top-margin = 5 - print-all-headers = ##t -} - -\pointAndClickOff - -\score { - \header { - title = "DominiFiliUnigenite" - } - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff << - \new Voice = sopran { \globalDominiFiliUnigenite << \melodieSopranDominiFiliUnigenite \artikulationDominiFiliUnigenite >> } - >> - \new Lyrics \lyricsto sopran { \textSopranDominiFiliUnigenite } - \new Staff << - \new Voice = alt { \globalDominiFiliUnigenite << \melodieAltDominiFiliUnigenite \artikulationDominiFiliUnigenite >> } - >> - \new Lyrics \lyricsto alt { \textAltDominiFiliUnigenite } - \new Staff << - \new Voice = tenor { \clef "G_8" \globalDominiFiliUnigenite << \melodieTenorDominiFiliUnigenite \artikulationDominiFiliUnigenite >> } - >> - \new Lyrics \lyricsto tenor { \textTenorDominiFiliUnigenite } - \new Staff << - \new Voice = bass { \clef "bass" \globalDominiFiliUnigenite << \melodieBassDominiFiliUnigenite \artikulationDominiFiliUnigenite >> } - >> - \new Lyrics \lyricsto bass { \textBassDominiFiliUnigenite } - >> - \layout { -% indent = #0 - \context { - \Staff - \RemoveEmptyStaves - } - } -} diff --git a/Missa_brevis_in_C/domini_fili_unigenite/stimmen.ly b/Missa_brevis_in_C/domini_fili_unigenite/stimmen.ly deleted file mode 100644 index f983057..0000000 --- a/Missa_brevis_in_C/domini_fili_unigenite/stimmen.ly +++ /dev/null @@ -1,24 +0,0 @@ -%some settings% vim: ai sw=2 lbr nu et - - \version "2.18" - - globalDominiFiliUnigenite = { - \key a \major - %\override Staff.TimeSignature #'style = #'() - \time 4/4 - \autoBeamOff - } - -% Die Stimmen - - melodieSopranDominiFiliUnigenite = \relative cis'' { - } - - melodieAltDominiFiliUnigenite = \relative a' { - } - - melodieTenorDominiFiliUnigenite = \relative cis' { - } - - melodieBassDominiFiliUnigenite = \relative cis' { - } diff --git a/Missa_brevis_in_C/domini_fili_unigenite/texte.ly b/Missa_brevis_in_C/domini_fili_unigenite/texte.ly deleted file mode 100644 index 09b5448..0000000 --- a/Missa_brevis_in_C/domini_fili_unigenite/texte.ly +++ /dev/null @@ -1,15 +0,0 @@ -%some settings% vim: ai sw=2 lbr nu et - -% Abkürzungen - - textSopranDominiFiliUnigenite = \lyricmode { - } - - textAltDominiFiliUnigenite = \lyricmode { - } - - textTenorDominiFiliUnigenite = \lyricmode { - } - - textBassDominiFiliUnigenite = \lyricmode { - } |