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

new template, patch system working

parent 5cb639be
Branches
Tags
No related merge requests found
Showing
with 5 additions and 5 deletions
......@@ -4,8 +4,8 @@
\setCreatePDF ##t
\header {
scoretype = \ParticellScoreTitle
scorenumber = \markup{\scoreNumber \ParticellScoreNumber}
scoretype = \ParticellTitle
scorenumber = \markup{\scoreNumber \ParticellNumber}
}
\createScore #"OmnesDeSabaVenient" #'("Particell")
......
......@@ -4,7 +4,7 @@ OUT=out
instruments = ObI ObII FagI FagII CorI CorII TbeI TbeII Tim VI VII Va SSolo S A T B Continuo VcB
scores = Full Long Vocal Particell Choral Original
pdfs = $(instruments:%=Eybler_OmnesDeSabaVenient_HV40_Instrument_%.pdf) $(scores:%=Eybler_OmnesDeSabaVenient_HV40_Score_%.pdf)
pdfs = $(instruments:%=$(OUT)/Eybler_OmnesDeSabaVenient_HV40_Instrument_%.pdf) $(scores:%=$(OUT)/Eybler_OmnesDeSabaVenient_HV40_Score_%.pdf)
texs = $(scores:%=TeX_Eybler_OmnesDeSabaVenient_HV40_Score_%.tex)
texpdfs = $(scores:%=$(OUT)/TeX_Eybler_OmnesDeSabaVenient_HV40_Score_%.pdf)
......@@ -24,9 +24,9 @@ $(instruments): % : $(OUT)/Eybler_OmnesDeSabaVenient_HV40_Instrument_%.pdf $(SRC
$(scores): % : $(OUT)/Eybler_OmnesDeSabaVenient_HV40_Score_%.pdf $(SRCS)
$(OUT)/%.pdf : %.ly $(SRCS)
lilypond -o $(basename $@) $<
lilypond -o $(basename $@) $<
$(OUT)%.mp3 : %.midi
$(OUT)/%.mp3 : %.midi
timidity -c /etc/timidity/fluidr3_gm.cfg -OwM $< -o $@
tex: latex
......
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment