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

Initial commit, using olys template structure

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 129 additions and 0 deletions
*.aux
*.blg
*.log
*.toc
*.bbl
*~
*.ps
*.out
*.backup
*.old
old/
Originalhandschrift/
Scans_Breitkopf1897/
Makefile 0 → 100644
SRCS = Schubert_StabatMater_D175_Part_StabatMater.ily Schubert_StabatMater_D175_Settings.ily
instruments = ObI ObII ClI ClII FagI FagII TrbI TrbII TrbIII VI VII Va S A T B VcB O
scores = Choir Full Organ Long Handschrift
pdfs = $(instruments:%=Schubert_StabatMater_D175_Instrument_%.pdf) $(scores:%=Schubert_StabatMater_D175_Score_%.pdf) Schubert_StabatMater_D175_Score.pdf
.PHONY: all clean
all: $(instruments) $(scores)
full: $(ext)
instruments: $(instruments)
scores: $(scores)
clean:
for i in $(ext); do \
rm -f Schubert_StabatMater_D175_Score_$${i}.pdf Schubert_StabatMater_D175_Score_$${i}.ps; \
rm -f Schubert_StabatMater_D175_Instrument_$${i}.pdf Schubert_StabatMater_D175_Instrument_$${i}.ps; \
done; \
rm -f Schubert_StabatMater_D175_Score.ps Schubert_StabatMater_D175_Score.pdf;
$(instruments): % : Schubert_StabatMater_D175_Instrument_%.pdf $(SRCS)
$(scores): % : Schubert_StabatMater_D175_Score_%.pdf $(SRCS)
%.pdf : %.ly
lilypond $<
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Vocal.ily"
\header {
instrument = \AInstrumentName
scorenumber = \markup{\scoreNumber \ANumber}
}
\createScore #"StabatMater" #'("A")
File added
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Vocal.ily"
\header {
instrument = \BInstrumentName
scorenumber = \markup{\scoreNumber \BNumber}
}
\createScore #"StabatMater" #'("B")
File added
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Instrument.ily"
\header {
instrument = \ClIInstrumentName
scorenumber = \markup{\scoreNumber \ClINumber}
}
\createScore #"StabatMater" #'("ClI")
File added
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Instrument.ily"
\header {
instrument = \ClIIInstrumentName
scorenumber = \markup{\scoreNumber \ClIINumber}
}
\createScore #"StabatMater" #'("ClII")
File added
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Instrument.ily"
\header {
instrument = \FagIInstrumentName
scorenumber = \markup{\scoreNumber \FagINumber}
}
\createScore #"StabatMater" #'("FagI")
File added
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Instrument.ily"
\header {
instrument = \FagIIInstrumentName
scorenumber = \markup{\scoreNumber \FagIINumber}
}
\createScore #"StabatMater" #'("FagII")
File added
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Instrument.ily"
\header {
instrument = \OInstrumentName
scorenumber = \markup{\scoreNumber \ONumber}
}
\createScore #"StabatMater" #'("BC")
File added
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Instrument.ily"
\header {
instrument = \ObIInstrumentName
scorenumber = \markup{\scoreNumber \ObINumber}
}
\createScore #"StabatMater" #'("ObI")
File added
\version "2.13.1"
\include "Schubert_StabatMater_D175_Settings_Instrument.ily"
\header {
instrument = \ObIIInstrumentName
scorenumber = \markup{\scoreNumber \ObIINumber}
}
\createScore #"StabatMater" #'("ObII")
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment