Skip to content
Snippets Groups Projects
Commit 6f803cd6 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

KritBer nach Vergleich mit Autograph fertiggeschrieben

parent c04cd251
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 6 deletions
......@@ -2,7 +2,7 @@
"output_dir": "0061 - Schubert - Nachthelle Op.134",
"version": "2.15",
"template": "EK_Full",
"language": "deutsch",
"language": "Deutsch",
"additionalscores": [],
"options": ["optimal-breaking"],
......@@ -11,9 +11,21 @@
"subtitle": "Op.134",
"composer": "Franz Schubert",
"composerdate": "1797-1828",
"arranger": "Gedicht von Johann Georg Seidl",
"arranger": "Gedicht von Johann Gabriel Seidl",
#"arrangerdate": "",
#"arranger": u"<<arranger>>",
"poet": u"Johann Gabriel Seidl",
"poetdate": u"1804-1875",
"opus": u"Op. 134, D 892",
"instrumentation": u"Solo T, Coro TTBB, Pianoforte",
"key": u"B-Dur",
#"language": u"<<language>>",
#"duration": u"<<duration>>",
"composition_year": u"1826",
#"score_information": u"<<score_information>>",
"genre": u"Romantisch",
"year": "2012",
"publisher": "Edition Kainhofer, Vienna",
"publisherurl": "http://www.edition-kainhofer.com/",
......@@ -29,6 +41,7 @@
"TI", "TII", "BI", "BII",
"P"
],
"noscore_instruments": ["TSolo", "TI", "TII", "BI", "BII"],
"vocalvoices": ["TSolo", "TI", "TII", "BI", "BII"],
"scores": ["Vocal", "Choral"],
},
......
......@@ -2,7 +2,8 @@ OUT=out
base = Schubert_Nachthelle
SRCS = $(base)_Music_Nachthelle.ily $(base)_Settings_Global.ily $(base)_Settings.ily $(base)_Settings_VocalScore.ily $(base)_Settings_ChoralScore.ily $(base)_Settings_VocalVoice.ily $(base)_Settings_Instrument.ily
instruments = TSolo TI TII BI BII P Ptransposed
instruments = P Ptransposed
# TSolo TI TII BI BII
scores = Vocal Choral
pdfs = $(instruments:%=$(OUT)/$(base)_Instrument_%.pdf) \
$(scores:%=$(OUT)/$(base)_Score_%.pdf)
......@@ -12,6 +13,7 @@ texbase = Schubert_Nachthelle
texscores = Vocal Choral
texs = $(texscores:%=TeX_$(texbase)_Score_%.tex)
texpdfs = $(texs:%.tex=$(OUT)/%.pdf)
texincludes = $(wildcard *.itex)
distfiles = $(instruments:%=$(OUT)/$(base)_Instrument_%.pdf) $(texpdfs)
......@@ -35,7 +37,7 @@ $(instruments): % : $(OUT)/$(base)_Instrument_%.pdf $(SRCS)
$(scores): % : $(OUT)/$(base)_Score_%.pdf $(SRCS)
$(OUT)/%.pdf : %.ly
$(OUT)/%.pdf : %.ly $(SRCS)
lilypond -o $(basename $@) $<
$(OUT)/%.mp3 : %.midi
......@@ -48,8 +50,9 @@ tex: $(additionalscores) latex
latex: $(pdfs) $(texpdfs)
latexpdf: $(texpdfs)
$(OUT)/TeX_%.pdf : TeX_%.tex
TEXINPUTS=$(OUT):orchestrallily/:.//: pdflatex -interaction=batchmode --output-directory=$(OUT)/ $<
# LATEXOPTIONS = -interaction=batchmode
$(OUT)/TeX_%.pdf : TeX_%.tex $(texincludes)
TEXINPUTS=$(OUT):orchestrallily/:.//: xelatex $(LATEXOPTIONS) --output-directory=$(OUT)/ $<
zipdir = $(base)_Final
dist: $(distfiles)
......
File added
File added
File added
Materialien/Autograph/_MH_00031_D892_001.jpg

1000 KiB

Materialien/Autograph/_MH_00031_D892_001.orig.jpg

963 KiB

Materialien/Autograph/_MH_00031_D892_002.jpg

918 KiB

Materialien/Autograph/_MH_00031_D892_003.jpg

940 KiB

Materialien/Autograph/_MH_00031_D892_004.jpg

982 KiB

Materialien/Autograph/_MH_00031_D892_005.jpg

1 MiB

Materialien/Autograph/_MH_00031_D892_006.jpg

945 KiB

Materialien/Autograph/_MH_00031_D892_007.jpg

982 KiB

Materialien/Autograph/_MH_00031_D892_008.jpg

952 KiB

Materialien/Autograph/_MH_00031_D892_009.jpg

908 KiB

Materialien/Autograph/_MH_00031_D892_010.jpg

937 KiB

Materialien/Autograph/_MH_00031_D892_011.jpg

944 KiB

Materialien/Autograph/_MH_00031_D892_012.jpg

954 KiB

Materialien/Autograph/_MH_00031_D892_013.jpg

902 KiB

Materialien/Autograph/_MH_00031_D892_014.jpg

882 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment